Skip to content

Commit 813ec65

Browse files
committed
fixup! 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 e045cd3 commit 813ec65

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/python-package.yml

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

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ filterwarnings = [
102102
[tool.cibuildwheel] # https://cibuildwheel.pypa.io/en/stable/options/
103103
enable = ["pypy"]
104104

105+
[tool.cibuildwheel.pyodide]
106+
dependency-versions = "latest"
107+
pyodide-version = "0.28.0a3"
108+
105109
[tool.mypy]
106110
files = ["."]
107111
python_version = "3.10"

0 commit comments

Comments
 (0)