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 4b90eeb commit f093acdCopy full SHA for f093acd
.github/workflows/emscripten.yml
@@ -49,7 +49,7 @@ jobs:
49
fetch-tags: true
50
persist-credentials: false
51
52
- - uses: pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
+ - uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
53
env:
54
CIBW_PLATFORM: pyodide
55
.github/workflows/wheels.yml
@@ -174,7 +174,7 @@ jobs:
174
fi
175
176
- name: Build wheels
177
- uses: pypa/cibuildwheel@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
+ uses: pypa/cibuildwheel@ffd835cef18fa11522f608fc0fa973b89f5ddc87 # v3.1.0
178
179
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
180
0 commit comments