8000
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 000b28d + 2ddc861 commit e05ec39Copy full SHA for e05ec39
.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