From 8c499284fd1524022a5af303dc577c9e24aceb20 Mon Sep 17 00:00:00 2001 From: "msclock-bot[bot]" <163820484+msclock-bot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 02:26:48 +0000 Subject: [PATCH] chore(deps): update pypa/cibuildwheel action to v3 --- .github/workflows/reuseable_cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reuseable_cibuildwheel.yml b/.github/workflows/reuseable_cibuildwheel.yml index eda84c6..2649b66 100644 --- a/.github/workflows/reuseable_cibuildwheel.yml +++ b/.github/workflows/reuseable_cibuildwheel.yml @@ -64,7 +64,7 @@ jobs: if: > inputs.auto && !contains(matrix.qemu_arch, matrix.arch) || inputs.extra && contains(matrix.qemu_arch, matrix.arch) - uses: pypa/cibuildwheel@v2.23.3 + uses: pypa/cibuildwheel@v3.4.1 env: CIBW_ARCHS: ${{ matrix.arch }} CIBW_BUILD: cp39-${{ matrix.build }}*