Publishing new Versions Prereqs: Create a ~/.pypirc [testpypi] username = __token__ password = ... (Note that __token__ is NOT a placeholder) Setup required deps make bootstrap Bump the version in setup.cfg make build make publish Test the package Run make test.