From fac1573416cfc9b88f75e9fca563be3f4e462949 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 20:00:01 +0000 Subject: [PATCH] Update pypa/cibuildwheel action to v4 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 141b368..52ddc94 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: python -m build --sdist - name: Build wheels (macOS) - uses: pypa/cibuildwheel@v3.3.0 + uses: pypa/cibuildwheel@v4.1.0 env: CIBW_PLATFORM: "macos" CIBW_ARCHS_MACOS: "universal2" @@ -33,7 +33,7 @@ jobs: output-dir: dist - name: Build wheels (iOS) - uses: pypa/cibuildwheel@v3.3.0 + uses: pypa/cibuildwheel@v4.1.0 env: CIBW_BEFORE_ALL: | ./.ci/build_ios_dependencies.sh