File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,22 @@ jobs:
21
21
platform :
22
22
- runner : ubuntu-latest
23
23
target : x86_64
24
+ manylinux : auto
24
25
- runner : ubuntu-latest
25
26
target : x86
27
+ manylinux : auto
28
+ - runner : ubuntu-latest
29
+ target : aarch64
30
+ manylinux : " 2_28"
26
31
- runner : ubuntu-latest
27
32
target : armv7
33
+ manylinux : auto
34
+ - runner : ubuntu-latest
35
+ target : s390x
36
+ manylinux : auto
28
37
- runner : ubuntu-latest
29
38
target : ppc64le
39
+ manylinux : auto
30
40
steps :
31
41
- uses : actions/checkout@v4
32
42
- uses : actions/setup-python@v5
38
48
target : ${{ matrix.platform.target }}
39
49
args : --release --out dist --find-interpreter
40
50
sccache : " true"
41
- manylinux : auto
51
+ manylinux : ${{ matrix.platform.manylinux }}
42
52
- name : Upload wheels
43
53
uses : actions/upload-artifact@v4
44
54
with :
You can’t perform that action at this time.
0 commit comments