Skip to content

Commit 9f9013e

Browse files
author
evgenii
committed
CI: temporarily shrink workflow matrix and add
1 parent e3e583d commit 9f9013e

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/wheels.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,17 @@ jobs:
9393
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
9494
buildplat:
9595
- [ubuntu-24.04, manylinux_x86_64]
96-
- [ubuntu-24.04, musllinux_x86_64]
97-
- [ubuntu-24.04-arm, manylinux_aarch64]
98-
- [ubuntu-24.04-arm, musllinux_aarch64]
99-
- [macos-13, macosx_x86_64]
100-
# Note: M1 images on Github Actions start from macOS 14
101-
- [macos-14, macosx_arm64]
102-
- [windows-2022, win_amd64]
96+
# - [ubuntu-24.04, musllinux_x86_64]
97+
# - [ubuntu-24.04-arm, manylinux_aarch64]
98+
# - [ubuntu-24.04-arm, musllinux_aarch64]
99+
# - [macos-13, macosx_x86_64]
100+
# # Note: M1 images on Github Actions start from macOS 14
101+
# - [macos-14, macosx_arm64]
102+
# - [windows-2022, win_amd64]
103103
# - [windows-11-arm, win_arm64]
104104
# TODO: support PyPy?
105-
python: [["cp310", "3.10"], ["cp311", "3.11"], ["cp312", "3.12"], ["cp313", "3.13"], ["cp313t", "3.13"]]
105+
# python: [["cp310", "3.10"], ["cp311", "3.11"], ["cp312", "3.12"], ["cp313", "3.13"], ["cp313t", "3.13"]]
106+
python: [["cp312", "3.12"]]
106107
include:
107108
# Build Pyodide wheels and upload them to Anaconda.org
108109
# NOTE: this job is similar to the one in unit-tests.yml except for the fact
@@ -256,3 +257,4 @@ jobs:
256257
with:
257258
repository-url: https://test.pypi.org/legacy/
258259
packages-dir: upload
260+
skip-existing: true

0 commit comments

Comments
 (0)