From 0992eb7e6110b9a759f77ab79954a04b45410229 Mon Sep 17 00:00:00 2001 From: victor Date: Thu, 6 Nov 2025 17:01:50 +0800 Subject: [PATCH] bump-my-version use new syntax --- .github/workflows/build_linux_arm64_wheels-gh.yml | 2 +- .github/workflows/build_linux_x86_wheels.yml | 2 +- .github/workflows/build_macos_arm64_wheels.yml | 2 +- .github/workflows/build_macos_x86_wheels.yml | 2 +- .github/workflows/build_musllinux_arm64_wheels.yml | 2 +- .github/workflows/build_musllinux_x86_wheels.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_linux_arm64_wheels-gh.yml b/.github/workflows/build_linux_arm64_wheels-gh.yml index 5fd5c76fd83..f57d2814005 100644 --- a/.github/workflows/build_linux_arm64_wheels-gh.yml +++ b/.github/workflows/build_linux_arm64_wheels-gh.yml @@ -106,7 +106,7 @@ jobs: # Install bump-my-version python -m pip install bump-my-version TAG_NAME=${GITHUB_REF#refs/tags/v} - bump-my-version replace $TAG_NAME + bump-my-version replace --new-version $TAG_NAME echo "Version files updated to $TAG_NAME" pyenv shell --unset - name: Install dependencies for all Python versions diff --git a/.github/workflows/build_linux_x86_wheels.yml b/.github/workflows/build_linux_x86_wheels.yml index ccb0180fbcc..0ee9a0ce4e0 100644 --- a/.github/workflows/build_linux_x86_wheels.yml +++ b/.github/workflows/build_linux_x86_wheels.yml @@ -106,7 +106,7 @@ jobs: # Install bump-my-version python -m pip install bump-my-version TAG_NAME=${GITHUB_REF#refs/tags/v} - bump-my-version replace $TAG_NAME + bump-my-version replace --new-version $TAG_NAME echo "Version files updated to $TAG_NAME" pyenv shell --unset - name: Install dependencies for all Python versions diff --git a/.github/workflows/build_macos_arm64_wheels.yml b/.github/workflows/build_macos_arm64_wheels.yml index 153315fc21d..326a1e385af 100644 --- a/.github/workflows/build_macos_arm64_wheels.yml +++ b/.github/workflows/build_macos_arm64_wheels.yml @@ -91,7 +91,7 @@ jobs: # Install bump-my-version python -m pip install bump-my-version TAG_NAME=${GITHUB_REF#refs/tags/v} - bump-my-version replace $TAG_NAME + bump-my-version replace --new-version $TAG_NAME echo "Version files updated to $TAG_NAME" pyenv shell --unset - name: Install dependencies for all Python versions diff --git a/.github/workflows/build_macos_x86_wheels.yml b/.github/workflows/build_macos_x86_wheels.yml index 22d597a0f6e..1f834e7f27d 100644 --- a/.github/workflows/build_macos_x86_wheels.yml +++ b/.github/workflows/build_macos_x86_wheels.yml @@ -80,7 +80,7 @@ jobs: # Install bump-my-version python -m pip install bump-my-version TAG_NAME=${GITHUB_REF#refs/tags/v} - bump-my-version replace $TAG_NAME + bump-my-version replace --new-version $TAG_NAME echo "Version files updated to $TAG_NAME" pyenv shell --unset - name: Install dependencies for all Python versions diff --git a/.github/workflows/build_musllinux_arm64_wheels.yml b/.github/workflows/build_musllinux_arm64_wheels.yml index d7c2819ac0a..e19f02cbc1b 100644 --- a/.github/workflows/build_musllinux_arm64_wheels.yml +++ b/.github/workflows/build_musllinux_arm64_wheels.yml @@ -147,7 +147,7 @@ jobs: # Install bump-my-version python -m pip install bump-my-version TAG_NAME=${GITHUB_REF#refs/tags/v} - bump-my-version replace $TAG_NAME + bump-my-version replace --new-version $TAG_NAME echo "Version files updated to $TAG_NAME" pyenv shell --unset fi diff --git a/.github/workflows/build_musllinux_x86_wheels.yml b/.github/workflows/build_musllinux_x86_wheels.yml index 715cc816bf6..3d27157e713 100644 --- a/.github/workflows/build_musllinux_x86_wheels.yml +++ b/.github/workflows/build_musllinux_x86_wheels.yml @@ -119,7 +119,7 @@ jobs: # Install bump-my-version python -m pip install bump-my-version TAG_NAME=${GITHUB_REF#refs/tags/v} - bump-my-version replace $TAG_NAME + bump-my-version replace --new-version $TAG_NAME echo "Version files updated to $TAG_NAME" pyenv shell --unset - name: Install dependencies for all Python versions