From a54a734adbb8a56391dd8c8f71896759378b4868 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Thu, 17 Nov 2022 11:01:55 -0800 Subject: [PATCH] Tweak cut_version.sh again. --- cut_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cut_version.sh b/cut_version.sh index 889d7b5..cdb7a58 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/*\"" +echo "Done. To upload, run: \"twine upload --verbose --repository pypi dist/pyutils-[0-9]*.whl\"" -- 2.45.2