Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 177 Bytes

RELEASING.md

File metadata and controls

7 lines (7 loc) · 177 Bytes

How to release

  • Be on master and have latest
  • pip install twine
  • python setup.py upload
  • Bump version in __version__.py
  • Update changelog
  • Draft release in GitHub