Skip to content

Commit 04707f0

Browse files
authored
Merge pull request #31698 from charris/try-fix-emscripten
MAINT: Fix emscripten wheel build.
2 parents 3712c37 + 5cf0686 commit 04707f0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/emscripten.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
submodules: recursive
3636
fetch-tags: true
3737
persist-credentials: false
38-
39-
- uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
38+
- uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0
4039
env:
4140
CIBW_PLATFORM: pyodide
42-
CIBW_BUILD: cp312-*
43-
41+
CIBW_BUILD: cp314-pyodide_wasm32
42+
CIBW_ENABLE: pyodide-prerelease
43+
CIBW_BUILD_VERBOSITY: 3

0 commit comments

Comments
 (0)