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 aa3d0ad commit dbef096Copy full SHA for dbef096
.github/workflows/packaging_wheels.yml
@@ -85,7 +85,7 @@ jobs:
85
cache-suffix: -${{ matrix.python }}-${{ matrix.platform.cibw_system }}_${{ matrix.platform.arch }}
86
87
- name: Build${{ inputs.testsuite != 'none' && ' and test ' || ' ' }}wheels
88
- uses: pypa/cibuildwheel@v3.0
+ uses: pypa/cibuildwheel@v3.2
89
env:
90
CIBW_ARCHS: ${{ matrix.platform.arch == 'amd64' && 'AMD64' || matrix.platform.arch }}
91
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.platform.cibw_system }}_${{ matrix.platform.arch }}
0 commit comments