Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 458 Bytes

maintainernotes.md

File metadata and controls

23 lines (17 loc) · 458 Bytes

Maintainer's build notes

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!

test:

pip uninstall -y wibble
python -m pip cache purge

pip install wibble

pip install --force-reinstall dist/*.whl