Skip to content

Commit 84a6109

Browse files
committed
debug
1 parent 28f3ce1 commit 84a6109

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/build_linux_x86_wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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: |

.github/workflows/build_macos_arm64_wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ jobs:
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: |

.github/workflows/build_macos_x86_wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobs:
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: |

0 commit comments

Comments
 (0)