- Increment release in
setup.py
- run
python setup.py sdist
- run
twine upload -r test dist/PACKAGENAME-VERSION.tar.gz
- Increment release in
setup.py
(if not already done when uploading the test release) - run
python setup.py sdist
(if like above not already done) - run
twine upload -r pypi dist/PACKAGENAME-VERSION.tar.gz
pip install --extra-index-url https://testpypi.python.org/pypi insults