Skip to content

Commit

Permalink
Only build PyPy 3.9 wheels and only for platforms for which Numpy whe…
Browse files Browse the repository at this point in the history
…els are available
  • Loading branch information
astrofrog committed Oct 18, 2023
1 parent ae0df83 commit e06a8a8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,18 +129,16 @@ jobs:
- cp3*-manylinux_x86_64
- cp3*-musllinux_x86_64
- cp3*-manylinux_aarch64
- pp3*-manylinux_x86_64
- pp3*-manylinux_aarch64
- pp39-manylinux_x86_64
# 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
# Windows wheels
- cp3*win32
- cp3*win_amd64
- pp3*win_amd64
- pp39-win_amd64
secrets:
pypi_token: ${{ secrets.pypi_token }}

0 comments on commit e06a8a8

Please sign in to comment.