From 1bd81f1d9c0ad81ff3cdfc2dc04745a4a326b96b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 03:20:03 +0000 Subject: [PATCH] build(deps): bump pypa/cibuildwheel from 3.2.1 to 3.3.0 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.2.1 to 3.3.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/9c00cb4f6b517705a3794b22395aedc36257242c...63fd63b352a9a8bdcc24791c9dbee952ee9a8abc) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pypi.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 7925287..1edce4a 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -269,7 +269,7 @@ jobs: # compilation. - name: cibuildwheel - uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c + uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc env: CIBW_ARCHS_WINDOWS: "auto64 ARM64" with: @@ -277,7 +277,7 @@ jobs: output-dir: wheelhouse - name: cibuildwheel manylinux2014 - uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c + uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc if: runner.os == 'Linux' env: CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014 @@ -364,7 +364,7 @@ jobs: run: echo 'CIBW_REPAIR_WHEEL_COMMAND_MACOS=delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel} --exclude libmcpl --ignore-missing-dependencies' >> $GITHUB_ENV - name: cibuildwheel - uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c + uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc env: CIBW_ARCHS_WINDOWS: "auto64 ARM64" @@ -373,7 +373,7 @@ jobs: output-dir: wheelhouse - name: cibuildwheel manylinux2014 - uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c + uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc if: runner.os == 'Linux' env: CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014