Skip to content

Commit f355a65

Browse files
committed
Use updated cibuildwheel
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent 1f7856d commit f355a65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v4
5858

5959
- name: Build wheels and run tests
60-
uses: pypa/cibuildwheel@v2.23.3
60+
uses: pypa/cibuildwheel@v3.2.1
6161
env:
6262
CIBW_BUILD: ${{ matrix.build }}
6363
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.CIBW_MANYLINUX_I686_IMAGE }}

.github/workflows/test-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v4
6565

6666
- name: Build wheels and run tests
67-
uses: pypa/cibuildwheel@v2.23.3
67+
uses: pypa/cibuildwheel@v3.2.1
6868
env:
6969
CIBW_BUILD: ${{ matrix.build }}
7070
CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.CIBW_MANYLINUX_I686_IMAGE }}

0 commit comments

Comments
 (0)