Skip to content

Commit

Permalink
Specify PyPy wheel builds explicitly
Browse files Browse the repository at this point in the history
ciwheelbuild v3 is dropping them from the defaults
  • Loading branch information
movermeyer committed Dec 28, 2024
1 parent abc0305 commit 1c37f10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ jobs:

- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_ENABLE: pypy

- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -151,6 +153,8 @@ jobs:

- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_ENABLE: pypy

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1c37f10

Please sign in to comment.