Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 187 Bytes

Deploy.md

File metadata and controls

8 lines (7 loc) · 187 Bytes

For deploying to PyPI

# Make sure to install twine, setuptools and wheel
# Change the version-number in setup.py
python setup.py sdist bdist_wheel
python -m twine upload dist/*