From c507a04587875c82a40d42511961a4770f2d13b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 03:13:44 +0000 Subject: [PATCH] build(deps): bump pypa/cibuildwheel from 3.3.1 to 4.1.0 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.3.1 to 4.1.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/298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e...294735312765b09d24a2fbec22660ce817587d55) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 b6a6951..552ae9b 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -269,7 +269,7 @@ jobs: # compilation. - name: cibuildwheel - uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e + uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 env: CIBW_ARCHS_WINDOWS: "auto64 ARM64" with: @@ -277,7 +277,7 @@ jobs: output-dir: wheelhouse - name: cibuildwheel manylinux2014 - uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e + uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 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@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e + uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 env: CIBW_ARCHS_WINDOWS: "auto64 ARM64" @@ -373,7 +373,7 @@ jobs: output-dir: wheelhouse - name: cibuildwheel manylinux2014 - uses: pypa/cibuildwheel@298ed2fb2c105540f5ed055e8a6ad78d82dd3a7e + uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 if: runner.os == 'Linux' env: CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014