How to set up to publish a package.
git clean -fdx --dry-run
tox
git commit
bumpver update --patch
poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD
gpg sign soon!
pip uninstall -y wibble
python -m pip cache purge
pip install wibble
pip install --force-reinstall dist/*.whl