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