|
60 | 60 | cibw_build: cp38-manylinux_ppc64le
|
61 | 61 | - os: ubuntu-20.04
|
62 | 62 | cibw_build: cp38-musllinux_aarch64
|
63 |
| - # PyPy 3.8 |
64 |
| - - os: macos-12 |
65 |
| - cibw_build: pp38-macosx_x86_64 |
66 |
| - - os: macos-14 |
67 |
| - cibw_build: pp38-macosx_arm64 |
68 |
| - - os: windows-2019 |
69 |
| - cibw_build: pp38-win_amd64 |
70 |
| - - os: ubuntu-20.04 |
71 |
| - cibw_build: pp38-manylinux_x86_64 |
72 |
| - - os: ubuntu-20.04 |
73 |
| - cibw_build: pp38-manylinux_aarch64 |
74 |
| - # PyPy 3.9 |
75 |
| - - os: macos-12 |
76 |
| - cibw_build: pp39-macosx_x86_64 |
77 |
| - - os: macos-14 |
78 |
| - cibw_build: pp39-macosx_arm64 |
79 |
| - - os: windows-2019 |
80 |
| - cibw_build: pp39-win_amd64 |
81 |
| - - os: ubuntu-20.04 |
82 |
| - cibw_build: pp39-manylinux_x86_64 |
83 |
| - - os: ubuntu-20.04 |
84 |
| - cibw_build: pp39-manylinux_aarch64 |
85 |
| - # PyPy 3.10 |
86 |
| - - os: macos-12 |
87 |
| - cibw_build: pp310-macosx_x86_64 |
88 |
| - - os: macos-14 |
89 |
| - cibw_build: pp310-macosx_arm64 |
90 |
| - - os: windows-2019 |
91 |
| - cibw_build: pp310-win_amd64 |
92 |
| - - os: ubuntu-20.04 |
93 |
| - cibw_build: pp310-manylinux_x86_64 |
94 |
| - - os: ubuntu-20.04 |
95 |
| - cibw_build: pp310-manylinux_aarch64 |
96 | 63 |
|
97 | 64 | steps:
|
98 | 65 | - uses: actions/checkout@v4
|
@@ -182,21 +149,9 @@ jobs:
|
182 | 149 | runs-on: ubuntu-latest
|
183 | 150 |
|
184 | 151 | steps:
|
185 |
| - # We publish sdist and CPython wheels only |
186 |
| - # We do not publish PyPy anymore |
187 |
| - # So we do not download these wheels here |
188 |
| - |
189 |
| - - name: Download sdist |
190 |
| - uses: actions/download-artifact@v4 |
191 |
| - with: |
192 |
| - pattern: artifact_sdist |
193 |
| - merge-multiple: true |
194 |
| - path: artifact |
195 |
| - |
196 |
| - - name: Download CPython wheels |
197 |
| - uses: actions/download-artifact@v4 |
| 152 | + - uses: actions/download-artifact@v4 |
198 | 153 | with:
|
199 |
| - pattern: artifact_cp* |
| 154 | + pattern: artifact_* |
200 | 155 | merge-multiple: true
|
201 | 156 | path: artifact
|
202 | 157 |
|
|
0 commit comments