Skip to content

Commit 441cca7

Browse files
Merge pull request #2237 from KLayout/dependabot/github_actions/pypa/cibuildwheel-3.3.0
Bump pypa/cibuildwheel from 3.2.1 to 3.3.0
2 parents 8c6bc9c + 0be510f commit 441cca7

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)