File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -21,14 +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
28+ - runner : ubuntu-latest
29+ target : aarch64
30+ manylinux : " 2_28"
2631 - runner : ubuntu-latest
2732 target : armv7
33+ manylinux : auto
2834 - runner : ubuntu-latest
29- target : ppc64le
35+ target : s390x
36+ manylinux : auto
3037 - runner : ubuntu-latest
31- target : aarch64
38+ target : ppc64le
39+ manylinux : auto
3240 steps :
3341 - uses : actions/checkout@v4
3442 - uses : actions/setup-python@v5
4048 target : ${{ matrix.platform.target }}
4149 args : --release --out dist --find-interpreter
4250 sccache : " true"
43- manylinux : " 2_28"
44- before-script-linux : /usr/bin/python3 -m ensurepip
51+ manylinux : ${{ matrix.platform.manylinux }}
4552 - name : Upload wheels
4653 uses : actions/upload-artifact@v4
4754 with :
You can’t perform that action at this time.
0 commit comments