File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 35
35
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
36
36
buildplat :
37
37
- [ubuntu-20.04, "manylinux_x86_64", "cp3*-manylinux_x86_64"]
38
- - [ubuntu-20 .04, "manylinux_aarch64", "cp3*-manylinux_aarch64"]
38
+ - [ubuntu-24 .04-arm , "manylinux_aarch64", "cp3*-manylinux_aarch64"]
39
39
- [ubuntu-20.04, "manylinux_ppc64le", "cp3*-manylinux_ppc64le"]
40
40
- [ubuntu-20.04, "manylinux_s390x", "cp3*-manylinux_s390x"]
41
41
- [ubuntu-20.04, "manylinux_i686", "cp3*-manylinux_i686"]
58
58
cache-dependency-path : ' pyproject.toml'
59
59
allow-prereleases : true
60
60
61
- - name : Set up QEMU
62
- if : runner.os == 'Linux'
63
- uses : docker/setup-qemu-action@v3
64
- with :
65
- platforms : all
66
-
67
61
- name : Install cibuildwheel
68
62
# Note: the default manylinux is manylinux2014
69
63
run : |
73
67
- name : Build wheels
74
68
env :
75
69
CIBW_BUILD : ${{ matrix.buildplat[2] }}
70
+ CIBW_CONTAINER_ENGINE : podman
76
71
run : python -m cibuildwheel --output-dir wheelhouse
77
72
78
73
- name : Build manylinux1 wheels
You can’t perform that action at this time.
0 commit comments