Skip to content

Commit 5aa4d32

Browse files
committed
uncomment platforms
1 parent e2c752b commit 5aa4d32

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/workflows/wheels.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ jobs:
9292
# GitHub Actions doesn't support pairing matrix values together, let's improvise
9393
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
9494
buildplat:
95-
# - [ubuntu-22.04, manylinux_x86_64]
96-
# - [ubuntu-22.04, musllinux_x86_64]
97-
# - [ubuntu-22.04-arm, manylinux_aarch64]
98-
# - [macos-13, macosx_x86_64]
99-
# # Note: M1 images on Github Actions start from macOS 14
100-
# - [macos-14, macosx_arm64]
101-
# - [windows-2022, win_amd64]
95+
- [ubuntu-22.04, manylinux_x86_64]
96+
- [ubuntu-22.04, musllinux_x86_64]
97+
- [ubuntu-22.04-arm, manylinux_aarch64]
98+
- [macos-13, macosx_x86_64]
99+
# Note: M1 images on Github Actions start from macOS 14
100+
- [macos-14, macosx_arm64]
101+
- [windows-2022, win_amd64]
102102
- [windows-11-arm, win_arm64] # Test only this platform
103103
# TODO: support PyPy?
104104
python: [["cp310", "3.10"], ["cp311", "3.11"], ["cp312", "3.12"], ["cp313", "3.13"], ["cp313t", "3.13"]]
@@ -110,14 +110,15 @@ jobs:
110110
# Build Pyodide wheels and upload them to Anaconda.org
111111
# NOTE: this job is similar to the one in unit-tests.yml except for the fact
112112
# that it uses cibuildwheel instead of a standard Pyodide xbuildenv setup.
113-
# - buildplat: [ubuntu-22.04, pyodide_wasm32]
114-
# python: ["cp312", "3.12"]
115-
# cibw_build_frontend: 'build'
113+
- buildplat: [ubuntu-22.04, pyodide_wasm32]
114+
python: ["cp312", "3.12"]
115+
cibw_build_frontend: 'build'
116116
exclude:
117117
- buildplat: [windows-11-arm, win_arm64]
118118
python: ["cp310", "3.10"]
119-
# - buildplat: [windows-11-arm, win_arm64]
120-
# python: ["cp313t", "3.13"]
119+
# BackendUnavailable: Cannot import 'mesonpy'
120+
- buildplat: [windows-11-arm, win_arm64]
121+
python: ["cp313t", "3.13"]
121122

122123
env:
123124
IS_PUSH: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)