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 ae86095 commit eb65a02Copy full SHA for eb65a02
.github/workflows/reuseable_cibuildwheel.yml
@@ -64,7 +64,7 @@ jobs:
64
if: >
65
inputs.auto && !contains(matrix.qemu_arch, matrix.arch) ||
66
inputs.extra && contains(matrix.qemu_arch, matrix.arch)
67
- uses: pypa/cibuildwheel@v2.23.3
+ uses: pypa/cibuildwheel@v3.2.0
68
env:
69
CIBW_ARCHS: ${{ matrix.arch }}
70
CIBW_BUILD: '*${{ matrix.build }}*'
0 commit comments