You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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}*