Skip to content

Commit 39fc1d6

Browse files
committed
WIP: run one job per platform on fork
1 parent 8976359 commit 39fc1d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 1 deletion
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:
@@ -48,7 +50,8 @@ jobs:
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"]
5255
exclude:
5356
# Don't build PyPy 32-bit windows
5457
- buildplat: [windows-2022, win32, ""]

0 commit comments

Comments
 (0)