From 102af1be43a4d9209ed71cd7b5368748ae5aacc3 Mon Sep 17 00:00:00 2001 From: "Soren I. Bjornstad" Date: Tue, 21 Sep 2021 12:42:01 -0500 Subject: [PATCH] don't upload to test pypi for the real publish >__< --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*