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 buildtwine upload dist/*
Run python3 -m pytest.