Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 129 Bytes

README-publish.md

File metadata and controls

6 lines (6 loc) · 129 Bytes
pip install twine wheel
python setup.py sdist bdist_wheel
python -m twine check dist/*
python -m twine upload dist/*