Skip to content

Commit 5305b96

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

1 file changed

Lines changed: 1 addition & 1 deletion

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 }}

0 commit comments

Comments
 (0)