Tweak cut_version.sh again.
authorScott Gasch <[email protected]>
Thu, 17 Nov 2022 19:01:55 +0000 (11:01 -0800)
committerScott Gasch <[email protected]>
Thu, 17 Nov 2022 19:01:55 +0000 (11:01 -0800)
cut_version.sh

index 889d7b58ef8375e2d7ecf83b6fc472c6732bd68f..cdb7a586a228d973d0b1c3fd34bb9380091ba8ba 100755 (executable)
@@ -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\""