-
update CHANGELOG.md
-
increment version in setup.py
-
push to master (via PR)
-
git tag versionCode -
git push origin versionCode -
generate wheel:
python -m pip install pip wheel twine
python3 -m pip wheel .- test upload to TestPypi with twine
- use
__token__for username and a token for password
python -m twine upload --repository testpypi ./py*whl --verbose- release to official pypi:
python -m twine upload ./py*whl