Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 191 Bytes

RELEASE.md

File metadata and controls

6 lines (5 loc) · 191 Bytes

To upload a new version:

  1. git tag a new version: git tag v1.x.x
  2. Package: python setup.py sdist
  3. Test installation using the tar: pip install dist/*.tar
  4. twine upload dist/*