@@ -93,16 +93,17 @@ jobs:
93
93
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
94
94
buildplat :
95
95
- [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]
103
103
# - [windows-11-arm, win_arm64]
104
104
# 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"]]
106
107
include :
107
108
# Build Pyodide wheels and upload them to Anaconda.org
108
109
# NOTE: this job is similar to the one in unit-tests.yml except for the fact
@@ -256,3 +257,4 @@ jobs:
256
257
with :
257
258
repository-url : https://test.pypi.org/legacy/
258
259
packages-dir : upload
260
+ skip-existing : true
0 commit comments