Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

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/*