File tree Expand file tree Collapse file tree 3 files changed +14
-244
lines changed Expand file tree Collapse file tree 3 files changed +14
-244
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,22 @@ jobs:
2121 platform :
2222 - runner : ubuntu-latest
2323 target : x86_64
24+ manylinux : auto
2425 - runner : ubuntu-latest
2526 target : x86
27+ manylinux : auto
2628 - runner : ubuntu-latest
2729 target : aarch64
30+ manylinux : " 2_28"
2831 - runner : ubuntu-latest
2932 target : armv7
33+ manylinux : auto
3034 - runner : ubuntu-latest
3135 target : s390x
36+ manylinux : auto
3237 - runner : ubuntu-latest
3338 target : ppc64le
39+ manylinux : auto
3440 steps :
3541 - uses : actions/checkout@v4
3642 - uses : actions/setup-python@v5
4248 target : ${{ matrix.platform.target }}
4349 args : --release --out dist --find-interpreter
4450 sccache : " true"
45- manylinux : auto
51+ manylinux : ${{ matrix.platform.manylinux }}
4652 - name : Upload wheels
4753 uses : actions/upload-artifact@v4
4854 with :
@@ -112,7 +118,7 @@ jobs:
112118 strategy :
113119 matrix :
114120 platform :
115- - runner : macos-12
121+ - runner : macos-13
116122 target : x86_64
117123 - runner : macos-14
118124 target : aarch64
You can’t perform that action at this time.
0 commit comments