Skip to content

Commit 0be510f

Browse files
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](pypa/cibuildwheel@v3.2.1...v3.3.0) --- 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] <[email protected]>
1 parent a957386 commit 0be510f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
mkdir -p $HOST_CCACHE_DIR
6767
- name: Build wheels (ARM)
6868
if: matrix.os == 'ubuntu-24.04-arm'
69-
uses: pypa/cibuildwheel@v3.2.1
69+
uses: pypa/cibuildwheel@v3.3.0
7070
env:
7171
# override the default CentOS “yum install … ccache” and drop ccache
7272
CIBW_BEFORE_ALL_LINUX: |
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Build wheels (all other platforms)
8383
if: matrix.os != 'ubuntu-24.04-arm'
84-
uses: pypa/cibuildwheel@v3.2.1
84+
uses: pypa/cibuildwheel@v3.3.0
8585
env:
8686
CIBW_BUILD: ${{ matrix.cibuild }}
8787
CIBW_ARCHS_MACOS: ${{ matrix.macos-arch }}

0 commit comments

Comments
 (0)