Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 266 Bytes

RELEASE.rst

File metadata and controls

9 lines (5 loc) · 266 Bytes

To do a new release:

  • update version information and download link in setup.py
  • add a new tag and push it to github git push --tags
  • create a new release on github using the new tag
  • github actions should automatically build and upload the release to PYPI