Files
ztchooks-py/RELEASE.md
2023-11-08 12:10:53 -08:00

388 B

Releasing Updates

Things you'll need

  • PyPI Publishing Token
  • Build tools: python3 -m pip install --upgrade build
  • Twine: python3 -m pip install --upgrade twine

Releasing

Make changes & update version number

python3 -m build
python3 -m twine upload dist/*

When it asks for username password:

username: __token__
password: $PYPI_PUBLISHING_TOKEN