Skip to content

Commit c3fb92f

Browse files
committed
build musl arm64
1 parent 64bc7d4 commit c3fb92f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build_musllinux_arm64_wheels.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,14 @@ jobs:
143143
144144
# Update version for release (if triggered by tag)
145145
#if [ "${GITHUB_REF#refs/tags/v}" != "$GITHUB_REF" ]; then
146-
pyenv shell 3.9
146+
pyenv shell 3.9
147147
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
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
154154
#fi
155155
156156
# 5. Build chdb

0 commit comments

Comments
 (0)