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 ee60e57 + e178c52 commit 5c8f540Copy full SHA for 5c8f540
.github/workflows/emscripten.yml
@@ -48,7 +48,7 @@ jobs:
48
submodules: recursive
49
fetch-tags: true
50
51
- - uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
+ - uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
52
env:
53
CIBW_PLATFORM: pyodide
54
.github/workflows/wheels.yml
@@ -166,7 +166,7 @@ jobs:
166
echo "CIBW_BUILD_FRONTEND=pip; args: --no-build-isolation" >> "$GITHUB_ENV"
167
168
- name: Build wheels
169
- uses: pypa/cibuildwheel@d4a2945fcc8d13f20a1b99d461b8e844d5fc6e23 # v2.21.1
+ uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
170
171
CIBW_PRERELEASE_PYTHONS: True
172
CIBW_FREE_THREADED_SUPPORT: True
0 commit comments