We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1118dc0 commit cd40907Copy full SHA for cd40907
.github/workflows/build-and-publish-TestPyPI-dummy.yml
@@ -77,8 +77,7 @@ jobs:
77
git push origin --delete rc/v${{ env.current_version }}
78
git config --global --unset url."https://${{ env.login }}:${{ env.token }}@github.com/".insteadOf
79
80
-
81
-# Decrementing the current version number
+# Decrementing the current version number, this may be needed later.
82
# my_var=$(echo $(grep "version" setup.py | cut -d '"' -f2 | cut -d '.' -f3))
83
# my_var=$(echo $((my_var-1)))
84
# Write the reverted version number back to setup file and
0 commit comments