File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,8 @@ jobs:
106106 # Install bump-my-version
107107 python -m pip install bump-my-version
108108 TAG_NAME=${GITHUB_REF#refs/tags/v}
109- bump-my-version replace --current-version 3.7.0 --new-version $TAG_NAME echo "Version files updated to $TAG_NAME"
109+ bump-my-version replace --current-version 3.7.0 --new-version $TAG_NAME
110+ echo "Version files updated to $TAG_NAME"
110111 pyenv shell --unset
111112 - name : Install dependencies for all Python versions
112113 run : |
Original file line number Diff line number Diff line change 9191 # Install bump-my-version
9292 python -m pip install bump-my-version
9393 TAG_NAME=${GITHUB_REF#refs/tags/v}
94- bump-my-version replace --current-version 3.7.0 --new-version $TAG_NAME echo "Version files updated to $TAG_NAME"
94+ bump-my-version replace --current-version 3.7.0 --new-version $TAG_NAME
95+ echo "Version files updated to $TAG_NAME"
9596 pyenv shell --unset
9697 - name : Install dependencies for all Python versions
9798 run : |
Original file line number Diff line number Diff line change 8080 # Install bump-my-version
8181 python -m pip install bump-my-version
8282 TAG_NAME=${GITHUB_REF#refs/tags/v}
83- bump-my-version replace --current-version 3.7.0 --new-version $TAG_NAME echo "Version files updated to $TAG_NAME"
83+ bump-my-version replace --current-version 3.7.0 --new-version $TAG_NAME
84+ echo "Version files updated to $TAG_NAME"
8485 pyenv shell --unset
8586 - name : Install dependencies for all Python versions
8687 run : |
You can’t perform that action at this time.
0 commit comments