From 58c4426a4540fe1c067391986482a3f1c0d4be3f Mon Sep 17 00:00:00 2001 From: Matthew Martin Date: Sat, 4 Dec 2021 21:54:15 -0500 Subject: [PATCH] pure, not universal. --- bin/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy.sh b/bin/deploy.sh index 4c45a77..9086dec 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -9,5 +9,5 @@ username=${PYPI_USERNAME} password=${PYPI_PASSWORD} EOF -python setup.py sdist bdist_wheel --universal +python setup.py sdist bdist_wheel twine upload dist/*