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 b6e4344 commit 2dc9a46Copy full SHA for 2dc9a46
.github/workflows/emscripten.yml
@@ -48,7 +48,7 @@ jobs:
48
submodules: recursive
49
fetch-tags: true
50
51
- - uses: pypa/cibuildwheel@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
+ - uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
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@f1859528322d7b29d4493ee241a167807661dfb4 # v2.21.2
+ uses: pypa/cibuildwheel@7940a4c0e76eb2030e473a5f864f291f63ee879b # v2.21.3
170
171
CIBW_PRERELEASE_PYTHONS: True
172
CIBW_FREE_THREADED_SUPPORT: True
0 commit comments