projects
/
pyutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b545d54
)
Tweak cut_version.sh again.
author
Scott Gasch
<scott@gasch.org>
Thu, 17 Nov 2022 19:01:55 +0000
(11:01 -0800)
committer
Scott Gasch
<scott@gasch.org>
Thu, 17 Nov 2022 19:01:55 +0000
(11:01 -0800)
cut_version.sh
patch
|
blob
|
history
diff --git
a/cut_version.sh
b/cut_version.sh
index 889d7b58ef8375e2d7ecf83b6fc472c6732bd68f..cdb7a586a228d973d0b1c3fd34bb9380091ba8ba 100755
(executable)
--- 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
\""