Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 197 Bytes

RELEASE.md

File metadata and controls

12 lines (9 loc) · 197 Bytes

How to release

  1. git tag -a v1.2.3 -m "version 1.2.3"
  2. python setup.py sdist
  3. twine upload dist/*

TODO

  • Instructions on how to create a release in Github
  • Wheel