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 3712c37 + 5cf0686 commit 04707f0Copy full SHA for 04707f0
1 file changed
.github/workflows/emscripten.yml
@@ -35,9 +35,9 @@ jobs:
35
submodules: recursive
36
fetch-tags: true
37
persist-credentials: false
38
-
39
- - uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
+ - uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0
40
env:
41
CIBW_PLATFORM: pyodide
42
- CIBW_BUILD: cp312-*
43
+ CIBW_BUILD: cp314-pyodide_wasm32
+ CIBW_ENABLE: pyodide-prerelease
+ CIBW_BUILD_VERBOSITY: 3
0 commit comments