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.
2 parents d6b815e + 337a0f8 commit 6cb61c5Copy full SHA for 6cb61c5
1 file changed
.github/workflows/cibuildwheel.yml
@@ -92,7 +92,7 @@ jobs:
92
echo "Setting CIBW_SKIP=$CIBW_SKIP"
93
94
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
95
- uses: pypa/cibuildwheel@v2.23.3
+ uses: pypa/cibuildwheel@v3.0.0
96
env:
97
CIBW_SKIP: ${{ env.CIBW_SKIP }}
98
CIBW_ARCHS: ${{ matrix.arch }}
0 commit comments