Skip to content

Commit 03abf11

Browse files
committed
Drop PyPy wheel builds
1 parent dd63917 commit 03abf11

File tree

1 file changed

+2
-47
lines changed

1 file changed

+2
-47
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -60,39 +60,6 @@ jobs:
6060
cibw_build: cp38-manylinux_ppc64le
6161
- os: ubuntu-20.04
6262
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
9663

9764
steps:
9865
- uses: actions/checkout@v4
@@ -182,21 +149,9 @@ jobs:
182149
runs-on: ubuntu-latest
183150

184151
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
198153
with:
199-
pattern: artifact_cp*
154+
pattern: artifact_*
200155
merge-multiple: true
201156
path: artifact
202157

0 commit comments

Comments
 (0)