Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 195 Bytes

MAINTENANCE.md

File metadata and controls

17 lines (12 loc) · 195 Bytes

PyPi

Change version in setup.py.

Testing

python setup.py sdist
twine upload dist/* -r pypitest

Production

python setup.py sdist
twine upload dist/* -r pypi