From: Scott Gasch Date: Fri, 18 Nov 2022 16:54:08 +0000 (-0800) Subject: Only upload one wheel. X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=2b47775ecd1ef1a7915b37f3ef03305934fc61b0;p=pyutils.git Only upload one wheel. --- 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\""