Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 294 Bytes

RELEASING.md

File metadata and controls

6 lines (5 loc) · 294 Bytes

Releasing

  • Bump the version with ./scripts/bump-version.py NEW_VERSION
  • Add, commit with git commit -m 'Bump version for release', and push
  • Create a release tag, which will auto-publish to testpypi (make release)
  • Create a GitHub release, which will auto-publish to pypi (web UI)