Skip to content

Commit

Permalink
No PyPy3 on musllinux_1_1_x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 20, 2021
1 parent 12d9580 commit fdd948e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-wheels-linux.yml
Expand Up @@ -29,6 +29,9 @@ jobs:
- { python-version: "3.8", version-tag: "cp38-cp38" }
- { python-version: "3.9", version-tag: "cp39-cp39" }
- { python-version: "3.10-dev", version-tag: "cp310-cp310" }
exclude:
# No PyPy3 on musllinux
- { python-version: "pypy3", wheel: "musllinux_1_1_x86_64" }

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit fdd948e

Please sign in to comment.