Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 282 Bytes

NEW_RELEASE.md

File metadata and controls

13 lines (9 loc) · 282 Bytes

Making a new pyamplipi release

# build the latest
python -m build

# upload to pypi test (go to the pypi test website and make sure everything looks right)
twine upload -r testpypi dist/pyamplipi-${VERSION}*

# upload to pypi
twine upload dist/pyamplipi-${VERSION}*