Skip to content

Commit cd40907

Browse files
committed
Update build-and-publish-TestPyPI-dummy.yml
1 parent 1118dc0 commit cd40907

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-and-publish-TestPyPI-dummy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ jobs:
7777
git push origin --delete rc/v${{ env.current_version }}
7878
git config --global --unset url."https://${{ env.login }}:${{ env.token }}@github.com/".insteadOf
7979
80-
81-
# Decrementing the current version number
80+
# Decrementing the current version number, this may be needed later.
8281
# my_var=$(echo $(grep "version" setup.py | cut -d '"' -f2 | cut -d '.' -f3))
8382
# my_var=$(echo $((my_var-1)))
8483
# Write the reverted version number back to setup file and

0 commit comments

Comments
 (0)