Skip to content

Commit

Permalink
Only build PyPy 3.9 wheels as that is the only version for which Nump…
Browse files Browse the repository at this point in the history
…y wheels are available
  • Loading branch information
astrofrog committed Oct 18, 2023
1 parent ae0df83 commit 5984e8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,18 +129,18 @@ jobs:
- cp3*-manylinux_x86_64
- cp3*-musllinux_x86_64
- cp3*-manylinux_aarch64
- pp3*-manylinux_x86_64
- pp3*-manylinux_aarch64
- pp39-manylinux_x86_64
- pp39-manylinux_aarch64
# MacOS X wheels - we deliberately do not build universal2 wheels.
# Note that the arm64 wheels are not actually tested so we
# rely on local manual testing of these to make sure they are ok.
- cp3*macosx_x86_64
- cp3*macosx_arm64
- pp3*macosx_x86_64
- pp3*macosx_arm64
- pp39-macosx_x86_64
- pp39-macosx_arm64
# Windows wheels
- cp3*win32
- cp3*win_amd64
- pp3*win_amd64
- pp39-win_amd64
secrets:
pypi_token: ${{ secrets.pypi_token }}

0 comments on commit 5984e8f

Please sign in to comment.