Skip to content

Commit

Permalink
Added PyPy wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Oct 18, 2023
1 parent 830927b commit ae0df83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,18 @@ jobs:
- cp3*-manylinux_x86_64
- cp3*-musllinux_x86_64
- cp3*-manylinux_aarch64
- pp3*-manylinux_x86_64
- pp3*-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
# Windows wheels
- cp3*win32
- cp3*win_amd64
- pp3*win_amd64
secrets:
pypi_token: ${{ secrets.pypi_token }}

0 comments on commit ae0df83

Please sign in to comment.