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 64bc7d4 commit c3fb92fCopy full SHA for c3fb92f
.github/workflows/build_musllinux_arm64_wheels.yml
@@ -143,14 +143,14 @@ jobs:
143
144
# Update version for release (if triggered by tag)
145
#if [ "${GITHUB_REF#refs/tags/v}" != "$GITHUB_REF" ]; then
146
- pyenv shell 3.9
+ pyenv shell 3.9
147
148
- # Install bump-my-version
149
- python -m pip install bump-my-version
150
- TAG_NAME=3.7.1
151
- bump-my-version replace --new-version $TAG_NAME
152
- echo "Version files updated to $TAG_NAME"
153
- pyenv shell --unset
+ # Install bump-my-version
+ python -m pip install bump-my-version
+ TAG_NAME=3.7.1
+ bump-my-version replace --new-version $TAG_NAME
+ echo "Version files updated to $TAG_NAME"
+ pyenv shell --unset
154
#fi
155
156
# 5. Build chdb
0 commit comments