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 15ccacb commit 989feeeCopy full SHA for 989feee
.github/workflows/wheels.yml
@@ -147,7 +147,7 @@ jobs:
147
echo "CIBW_PLATFORM=pyodide" >> "$GITHUB_ENV"
148
149
- name: Build wheels
150
- uses: pypa/cibuildwheel@c923d83ad9c1bc00211c5041d0c3f73294ff88f6 # v3.1.4
+ uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
151
env:
152
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
153
SRC: ${{ github.workspace }}/numpy-src
0 commit comments