Skip to content

Commit 922bc53

Browse files
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](pypa/cibuildwheel@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>
1 parent 87060b4 commit 922bc53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
mkdir -p $HOST_CCACHE_DIR
9696
- name: Build wheels (ARM)
9797
if: matrix.os == 'ubuntu-24.04-arm'
98-
uses: pypa/cibuildwheel@v4.1.0
98+
uses: pypa/cibuildwheel@v4.1.1
9999
env:
100100
# override the default CentOS “yum install … ccache” and drop ccache
101101
CIBW_BEFORE_ALL_LINUX: |
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Build wheels (all other platforms)
112112
if: matrix.os != 'ubuntu-24.04-arm'
113-
uses: pypa/cibuildwheel@v4.1.0
113+
uses: pypa/cibuildwheel@v4.1.1
114114
env:
115115
CIBW_BUILD: ${{ matrix.cibuild }}
116116
CIBW_ARCHS_MACOS: ${{ matrix.macos-arch }}

0 commit comments

Comments
 (0)