diff --git a/publish.sh b/publish.sh index 9ecfc37..dc16392 100755 --- a/publish.sh +++ b/publish.sh @@ -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/*