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