Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 committed Apr 8, 2022
1 parent 0fea286 commit 475af81
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions .github/workflows/wheels.yml
Expand Up @@ -75,27 +75,16 @@ jobs:
- [macos-10.15, macosx_*]
- [windows-2019, win_amd64]
- [windows-2019, win32]
python: ["cp38", "cp39", "cp310"]
include:
python: ["cp38", "cp39", "cp310", "pp38", "pp39"]
exclude:
# TODO: uncomment PyPy 3.9 builds once PyPy
# re-releases a new minor version
# NOTE: This needs a bump of cibuildwheel version, also, once that happens.
# manylinux pypy builds
- buildplat: [ubuntu-20.04, manylinux_x86_64]
# Don't build PyPy 32-bit windows
- buildplat: [windows-2019, win32]
python: "pp38"
#- buildplat: [ubuntu-20.04, manylinux_x86_64]
# python: "pp39"

- buildplat: [macos-10.15, macosx_x86_64]
python: "pp38"
#- buildplat: [macos-10.15, macosx_x86_64]
# python: "pp39"

# Windows PyPy builds
- buildplat: [windows-2019, win_amd64]
python: "pp38"
#- buildplat: [windows-2019, win_amd64]
# python: "pp39"
- buildplat: [windows-2019, win32]
python: "pp39"
env:
IS_32_BIT: ${{ matrix.buildplat[1] == 'win32' }}
IS_PUSH: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
Expand Down

0 comments on commit 475af81

Please sign in to comment.