Skip to content

Commit 8c687cf

Browse files
committed
BLD: wasm
1 parent 7bb4fbb commit 8c687cf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Github Actions doesn't support pairing matrix values together, let's improvise
4949
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
5050
buildplat:
51-
- [ubuntu-22.04, manylinux_x86_64, ""]
51+
# - [ubuntu-22.04, manylinux_x86_64, ""]
5252
# - [ubuntu-22.04, musllinux_x86_64, ""]
5353
# - [ubuntu-22.04-arm, manylinux_aarch64, ""]
5454
# - [ubuntu-22.04-arm, musllinux_aarch64, ""]
@@ -61,7 +61,7 @@ jobs:
6161
# - [windows-2022, win_amd64, ""]
6262
# - [windows-2022, win32, ""]
6363
# - [windows-11-arm, win_arm64, ""]
64-
python: ["cp311", "cp312", "cp313", "cp313t", "cp314", "cp314t", "pp311"]
64+
# python: ["cp311", "cp312", "cp313", "cp313t", "cp314", "cp314t", "pp311"]
6565
exclude:
6666
# Don't build PyPy 32-bit windows
6767
- buildplat: [windows-2022, win32, ""]
@@ -151,6 +151,9 @@ jobs:
151151
env:
152152
CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
153153
run: |
154+
if [[ $CIBW_BUILD == "*pyodide_wasm32" ]]; then
155+
export CIBW_PLATFORM="pyodide"
156+
fi
154157
python -m pip install cibuildwheel==3.1.1
155158
python -m cibuildwheel numpy-src --config-file cibuildwheel.toml --output-dir ./dist
156159

0 commit comments

Comments
 (0)