Skip to content
Leopold Talirz edited this page Jul 25, 2019 · 1 revision
  1. Create a new tag: git tag v0.3.3; git push --tags
  2. Upload to PyPI:
    pip install --upgrade twine wheel
    python setup.py bdist_wheel --universal sdist
    twine upload dist/*
    
Clone this wiki locally