Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 311 Bytes

File metadata and controls

10 lines (6 loc) · 311 Bytes

To do a new release:

  • update version information and download link in setup.py
  • add a new tag and push it to github git push --tags
  • build source distribution python setup.py sdist
  • build universal binary distribution python setup.py bdist_wheel --universal
  • upload to PyPI twine upload dist/*