Skip to content

Commit a422641

Browse files
committed
use cibuildwheel@v3.3.0
1 parent cfca662 commit a422641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
submodules: recursive
7272

7373
- name: Build and test wheels
74-
uses: pypa/cibuildwheel@v2.12.3
74+
uses: pypa/cibuildwheel@v3.3.0
7575
env:
7676
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
7777
CIBW_TEST_COMMAND: python -m unittest discover {project}/tests

0 commit comments

Comments
 (0)