Skip to content

Commit 1c37f10

Browse files
committed
Specify PyPy wheel builds explicitly
ciwheelbuild v3 is dropping them from the defaults
1 parent abc0305 commit 1c37f10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ jobs:
120120

121121
- name: Build wheels
122122
uses: pypa/[email protected]
123+
env:
124+
CIBW_ENABLE: pypy
123125

124126
- uses: actions/upload-artifact@v4
125127
with:
@@ -151,6 +153,8 @@ jobs:
151153

152154
- name: Build wheels
153155
uses: pypa/[email protected]
156+
env:
157+
CIBW_ENABLE: pypy
154158

155159
- uses: actions/upload-artifact@v4
156160
with:

0 commit comments

Comments
 (0)