Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 229 Bytes

RELEASEPROCESS.md

File metadata and controls

8 lines (7 loc) · 229 Bytes

The library is hosted on pypi The library uses semantic versioning in setup.py

Releasing the library

  • Run pip install twine
  • Run pip install wheel
  • Run python setup.py sdist bdist_wheel
  • Run twine upload dist/*