don't upload to test pypi for the real publish >__<

This commit is contained in:
Soren I. Bjornstad 2021-09-21 12:42:01 -05:00
parent 828efa0a74
commit 102af1be43
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ set -e
rm -f dist/*
mkdir -p dist
python setup.py sdist bdist_wheel
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
twine upload dist/*