Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 517 Bytes

RELEASE.md

File metadata and controls

15 lines (12 loc) · 517 Bytes

How to release

  1. Make sure you're on master. git checkout master && git fetch && git reset --hard origin/master
  2. Update setup.py to the newest version, git add setup.py && git commit -m "version 1.2.3"
  3. python setup.py sdist bdist_wheel
  4. git tag -a v1.2.3 -m "version 1.2.3"
  5. git push --tags origin master to push the last version to Github
  6. Go to https://github.com/spotify/annoy/releases and click "Draft a new release"
  7. twine upload dist/annoy-1.2.3*

TODO

  • Wheel