Skip to content

Commit

Permalink
Drop packaging for PyPy to reduce project size on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jul 9, 2024
1 parent 915ac0c commit 041356e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- cp310-manylinux_aarch64
- cp311-manylinux_aarch64
- cp312-manylinux_aarch64
- pp37-manylinux_aarch64
- pp38-manylinux_aarch64
- pp39-manylinux_aarch64
- pp310-manylinux_aarch64
# - pp37-manylinux_aarch64
# - pp38-manylinux_aarch64
# - pp39-manylinux_aarch64
# - pp310-manylinux_aarch64
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -62,10 +62,10 @@ jobs:
- cp310-manylinux_x86_64
- cp311-manylinux_x86_64
- cp312-manylinux_x86_64
- pp37-manylinux_x86_64
- pp38-manylinux_x86_64
- pp39-manylinux_x86_64
- pp310-manylinux_x86_64
# - pp37-manylinux_x86_64
# - pp38-manylinux_x86_64
# - pp39-manylinux_x86_64
# - pp310-manylinux_x86_64
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -99,10 +99,10 @@ jobs:
- cp310-macosx_x86_64
- cp311-macosx_x86_64
- cp312-macosx_x86_64
- pp37-macosx_x86_64
- pp38-macosx_x86_64
- pp39-macosx_x86_64
- pp310-macosx_x86_64
# - pp37-macosx_x86_64
# - pp38-macosx_x86_64
# - pp39-macosx_x86_64
# - pp310-macosx_x86_64
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 041356e

Please sign in to comment.