In case you added new feature, fixed bugs or made any changes in the repo, please follow these instructions:
- Run existing and new tests on your code. make sure to place them under
/tests
- Navigate to
hebspacy/version.py
and promote the package version according to semantic versioning scheme - Run
python setup.py bdist_wheel
to create a newwhl
file - You can now install your version by running
pip install XXXXX.whl
- 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.