Skip to content

Commit 3a1f371

Browse files
committed
WIP: run one job per platform on fork
1 parent b2cfdac commit 3a1f371

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
- main
1515
- maintenance/**
1616
push:
17+
branches:
18+
- main # FOR TESTING
1719
tags:
1820
- v*
1921
workflow_dispatch:
@@ -37,18 +39,19 @@ jobs:
3739
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
3840
buildplat:
3941
- [ubuntu-22.04, manylinux_x86_64, ""]
40-
- [ubuntu-22.04, musllinux_x86_64, ""]
41-
- [ubuntu-22.04-arm, manylinux_aarch64, ""]
42+
#- [ubuntu-22.04, musllinux_x86_64, ""]
43+
#- [ubuntu-22.04-arm, manylinux_aarch64, ""]
4244
- [ubuntu-22.04-arm, musllinux_aarch64, ""]
4345
- [macos-13, macosx_x86_64, openblas]
4446

4547
# targeting macos >= 14. Could probably build on macos-14, but it would be a cross-compile
46-
- [macos-13, macosx_x86_64, accelerate]
48+
#- [macos-13, macosx_x86_64, accelerate]
4749
- [macos-14, macosx_arm64, accelerate] # always use accelerate
4850
- [windows-2022, win_amd64, ""]
4951
- [windows-2022, win32, ""]
5052
- [windows-11-arm, win_arm64, ""]
51-
python: ["cp311", "cp312", "cp313", "cp313t", "cp314", "cp314t", "pp311"]
53+
#python: ["cp311", "cp312", "cp313", "cp313t", "cp314", "cp314t", "pp311"]
54+
python: ["cp311"] #, "cp312", "cp313", "cp313t", "cp314", "cp314t", "pp311"]
5255
exclude:
5356
# Don't build PyPy 32-bit windows
5457
- buildplat: [windows-2022, win32, ""]

0 commit comments

Comments
 (0)