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 ad63276 commit e079be3Copy full SHA for e079be3
.github/workflows/emscripten.yml
@@ -49,7 +49,7 @@ jobs:
49
fetch-tags: true
50
persist-credentials: false
51
52
- - uses: pypa/cibuildwheel@d04cacbc9866d432033b1d09142936e6a0e2121a # 2.23.2
+ - uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # 2.23.3
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@d04cacbc9866d432033b1d09142936e6a0e2121a # v2.23.2
+ uses: pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
175
176
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
177
0 commit comments