From dc36e6b37e2261cf20f5628cc920cce7143059ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 21:01:42 +0000 Subject: [PATCH] chore(deps): update pypa/cibuildwheel action to v3.2.0 --- .github/workflows/setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 36a09ee..f4b47ec 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -38,7 +38,7 @@ jobs: platforms: all - name: Build wheel - uses: pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4 + uses: pypa/cibuildwheel@7c619efba910c04005a835b110b057fc28fd6e93 # v3.2.0 env: CIBW_ARCHS: ${{ matrix.config.arch }} CIBW_BUILD: cp*-${{ matrix.config.platform }}