You've already forked ztchooks-py
mirror of
https://github.com/zerotier/ztchooks-py.git
synced 2026-05-22 16:29:44 -07:00
388 B
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