Bump pypa/cibuildwheel from 4.1.0 to 4.1.1

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 4.1.0 to 4.1.1.
- [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/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-08-01 21:12:23 +00:00 committed by GitHub
parent 87060b4364
commit 922bc534e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ jobs:
mkdir -p $HOST_CCACHE_DIR mkdir -p $HOST_CCACHE_DIR
- name: Build wheels (ARM) - name: Build wheels (ARM)
if: matrix.os == 'ubuntu-24.04-arm' if: matrix.os == 'ubuntu-24.04-arm'
uses: pypa/cibuildwheel@v4.1.0 uses: pypa/cibuildwheel@v4.1.1
env: env:
# override the default CentOS “yum install … ccache” and drop ccache # override the default CentOS “yum install … ccache” and drop ccache
CIBW_BEFORE_ALL_LINUX: | CIBW_BEFORE_ALL_LINUX: |
@ -110,7 +110,7 @@ jobs:
- name: Build wheels (all other platforms) - name: Build wheels (all other platforms)
if: matrix.os != 'ubuntu-24.04-arm' if: matrix.os != 'ubuntu-24.04-arm'
uses: pypa/cibuildwheel@v4.1.0 uses: pypa/cibuildwheel@v4.1.1
env: env:
CIBW_BUILD: ${{ matrix.cibuild }} CIBW_BUILD: ${{ matrix.cibuild }}
CIBW_ARCHS_MACOS: ${{ matrix.macos-arch }} CIBW_ARCHS_MACOS: ${{ matrix.macos-arch }}