From 2b47775ecd1ef1a7915b37f3ef03305934fc61b0 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Fri, 18 Nov 2022 08:54:08 -0800 Subject: [PATCH] Only upload one wheel. --- cut_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cut_version.sh b/cut_version.sh index cdb7a58..10b4e1a 100755 --- a/cut_version.sh +++ b/cut_version.sh @@ -105,4 +105,4 @@ git commit -a -m "Cut version ${VERSION}" -m "${CHANGES}" echo "Pushing changes to git" git push -echo "Done. To upload, run: \"twine upload --verbose --repository pypi dist/pyutils-[0-9]*.whl\"" +echo "Done. To upload, run: \"twine upload --verbose --repository pypi dist/pyutils-${VERSION}*.whl\"" -- 2.45.2