We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfca662 commit a422641Copy full SHA for a422641
.github/workflows/wheels.yml
@@ -71,7 +71,7 @@ jobs:
71
submodules: recursive
72
73
- name: Build and test wheels
74
- uses: pypa/cibuildwheel@v2.12.3
+ uses: pypa/cibuildwheel@v3.3.0
75
env:
76
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
77
CIBW_TEST_COMMAND: python -m unittest discover {project}/tests
0 commit comments