Skip to content

Commit e045cd3

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Parse SDL headers from EMSDK during Pyodide builds
1 parent b6404fa commit e045cd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,8 @@ jobs:
332332
run: git submodule update --init --recursive --depth 1
333333
- uses: pypa/cibuildwheel@v3.0.0
334334
env:
335-
CIBW_PYODIDE_VERSION: 0.28.0a1
335+
CIBW_DEPENDENCY_VERSIONS: latest
336+
CIBW_PYODIDE_VERSION: 0.28.0a3
336337
CIBW_BEFORE_BUILD: emcc --show-ports && emcc --use-port=sdl3
337338
CIBW_PLATFORM: pyodide
338339
- name: Archive wheel

0 commit comments

Comments
 (0)