Prereqs:
- Create a ~/.pypirc
[testpypi]
username = __token__
password = ...
(Note that __token__
is NOT a placeholder)
- Install
twine
python3 -m pip install --upgrade twine
- Bump the version in
setup.cfg
python3 -m build
twine upload dist/*
Run make test
.