Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 252 Bytes

RELEASE.rst

File metadata and controls

12 lines (9 loc) · 252 Bytes

Release Procedures

  • Edit version_label in :file:`setup.py`.
  • Update file:CHANGELOG.rst
  • Tag the git repo with the version.
$ python3 setup.py sdist bdist_wheel
$ twine upload dist/*