Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 255 Bytes

PUBLISH.md

File metadata and controls

5 lines (5 loc) · 255 Bytes
  • in a virtual env with a clone of the repo, install requirements
  • install twine: pip install twine
  • change setup.py with appropriate version tag
  • prepare package: python setup.py sdist bdist_wheel
  • push to pypi: twine upload dist/*