|
36 | 36 | buildplat:
|
37 | 37 | - [ubuntu-20.04, "manylinux_x86_64", "cp3*-manylinux_x86_64"]
|
38 | 38 | - [ubuntu-24.04-arm, "manylinux_aarch64", "cp3*-manylinux_aarch64"]
|
39 |
| - - [ubuntu-20.04, "manylinux_ppc64le", "cp3*-manylinux_ppc64le"] |
40 |
| - - [ubuntu-20.04, "manylinux_s390x", "cp3*-manylinux_s390x"] |
| 39 | + - [ubuntu-24.04, "manylinux_ppc64le", "cp3*-manylinux_ppc64le"] |
| 40 | + - [ubuntu-24.04, "manylinux_s390x", "cp3*-manylinux_s390x"] |
41 | 41 | - [ubuntu-20.04, "manylinux_i686", "cp3*-manylinux_i686"]
|
42 | 42 | - [windows-2019, "win_amd6", "cp3*-win_amd64"]
|
43 | 43 | - [windows-2019, "win32", "cp3*-win32"]
|
|
64 | 64 | python -m pip install -U pip
|
65 | 65 | python -m pip install "cibuildwheel>=2.20,<3"
|
66 | 66 |
|
67 |
| - - name: Set up qemu |
68 |
| - if: ${{ matrix.buildplat[0] == 'ubuntu-20.04' }} |
69 |
| - run: sudo podman run --rm --privileged multiarch/qemu-user-static --reset -p yes |
70 |
| - |
71 | 67 | - name: Build wheels
|
72 | 68 | env:
|
73 | 69 | CIBW_BUILD: ${{ matrix.buildplat[2] }}
|
74 |
| - CIBW_CONTAINER_ENGINE: ${{ matrix.buildplat[0] == 'ubuntu-20.04' && 'podman' || 'docker' }} |
75 | 70 | run: python -m cibuildwheel --output-dir wheelhouse
|
76 | 71 |
|
77 | 72 | - name: Build manylinux1 wheels
|
|
0 commit comments