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 b656936 commit 8a0bbd5Copy full SHA for 8a0bbd5
.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.0.0
68
env:
69
CIBW_ARCHS: ${{ matrix.arch }}
70
CIBW_BUILD: cp39-${{ matrix.build }}*
0 commit comments