Steps to create a new release:
- Check that the version bump was done in
spec_cleaner/__init__.py
. - Run
make
to verify the generated data are up-to-date. - Tag the new release:
git tag -s spec-cleaner-X.Y.Z
. - Push the tag and release the new version:
git push origin spec-cleaner-X.Y.Z
. - Upload the new version to PyPi
python3 setup.py sdist upload
. - Post release version bump in
spec_cleaner/__init__.py
.