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 cf88bfb commit adc3dffCopy full SHA for adc3dff
.github/workflows/cibuildwheel.yml
@@ -55,7 +55,7 @@ jobs:
55
echo "Setting CIBW_SKIP=$CIBW_SKIP"
56
57
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
58
- uses: pypa/cibuildwheel@v3.2.0
+ uses: pypa/cibuildwheel@871efba40986882c4f60874bd92bfb24c4410357 # https://github.com/pypa/cibuildwheel/pull/2614
59
env:
60
CIBW_SKIP: ${{ env.CIBW_SKIP }}
61
CIBW_ARCHS: ${{ matrix.arch }}
0 commit comments