projects
/
pyutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
985dfef
)
Only upload one wheel.
author
Scott Gasch
<scott@gasch.org>
Fri, 18 Nov 2022 16:54:08 +0000
(08:54 -0800)
committer
Scott Gasch
<scott@gasch.org>
Fri, 18 Nov 2022 16:54:08 +0000
(08:54 -0800)
cut_version.sh
patch
|
blob
|
history
diff --git
a/cut_version.sh
b/cut_version.sh
index cdb7a586a228d973d0b1c3fd34bb9380091ba8ba..10b4e1a4dc449998d7c5db16d4da968397d61b2d 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/pyutils-
[0-9]
*.whl\""
+echo "Done. To upload, run: \"twine upload --verbose --repository pypi dist/pyutils-
${VERSION}
*.whl\""