Skip to content

Commit 8114fd1

Browse files
committed
Build pyodide wasm32 wheels
1 parent 81f5627 commit 8114fd1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- os: macos-15-intel
3333
archs: "x86_64_iphonesimulator"
3434
platform: "ios"
35+
- os: ubuntu-24.04
36+
archs: "wasm32"
37+
platform: "pyodide"
3538

3639
steps:
3740
- name: Disable git autocrlf

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=45"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.cibuildwheel]
6-
enable = ["pypy", "pypy-eol", "graalpy"]
6+
enable = ["pypy", "pypy-eol", "graalpy", "pyodide-prerelease", "pyodide-eol"]
77
build-frontend = "build[uv]"
88

99
[[tool.cibuildwheel.overrides]]

0 commit comments

Comments
 (0)