We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8906b96 commit 43e4d00Copy full SHA for 43e4d00
.github/workflows/build_wheels.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/checkout@v4
30
31
- name: Build wheels
32
- uses: pypa/cibuildwheel@v2.16.5
+ uses: pypa/cibuildwheel@v2.17.0
33
env:
34
CIBW_ARCHS: ${{ matrix.arch }}
35
CIBW_TEST_REQUIRES: pytest
0 commit comments