Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 886 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 886 Bytes

Contribute to hebspacy pipeline

In case you added new feature, fixed bugs or made any changes in the repo, please follow these instructions:

  1. Run existing and new tests on your code. make sure to place them under /tests
  2. Navigate to hebspacy/version.py and promote the package version according to semantic versioning scheme
  3. Run python setup.py bdist_wheel to create a new whl file
  4. You can now install your version by running pip install XXXXX.whl
  5. Once you are ready to upload your version to PyPi, please contact the package maintainers personally or via email to [email protected]

Note that previous model files may need to be repackaged to work with the new version.