Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 262 Bytes

DIST.md

File metadata and controls

12 lines (8 loc) · 262 Bytes

Dist

python -m pip install --user --upgrade setuptools wheel

python -m pip install --user --upgrade twine

Create dist

python setup.py sdist bdist_wheel

Upload

pythono -m twine upload --repository-url https://test.pypi.org/legacy/ dist/* ``