- Update version in
setup.py
- Build the wheels via
python -m build
- This will create files in a directory called
dist
- This will create files in a directory called
- Upload the wheels to PyPI via
twine
python3 -m twine upload dist/*
- This will require an API token to perform the upload
- Username is
__token__
, password is the token itself
- Username is