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 f9e5fd2 + 5213cd3 commit f141befCopy full SHA for f141bef
.github/workflows/emscripten.yml
@@ -49,7 +49,7 @@ jobs:
49
fetch-tags: true
50
persist-credentials: false
51
52
- - uses: pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # 2.23.1
+ - uses: pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # 2.23.2
53
env:
54
CIBW_PLATFORM: pyodide
55
.github/workflows/wheels.yml
@@ -171,7 +171,7 @@ jobs:
171
echo "CIBW_BUILD_FRONTEND=pip; args: --no-build-isolation" >> "$GITHUB_ENV"
172
173
- name: Build wheels
174
- uses: pypa/cibuildwheel@42728e866bbc80d544a70825bd9990b9a26f1a50 # v2.23.1
+ uses: pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
175
176
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
177
0 commit comments