Skip to content

Commit

Permalink
Merge pull request #475 from hugovk/pypy3-manylinux-wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 20, 2021
2 parents a5d5f31 + fdd948e commit 21d3f03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-wheels-linux.yml
Expand Up @@ -20,14 +20,18 @@ jobs:
"manylinux2014_x86_64",
"musllinux_1_1_x86_64",
]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev"]
python-version: ["pypy3", "3.6", "3.7", "3.8", "3.9", "3.10-dev"]
include:
# Add version-tag variable to existing jobs
- { python-version: "pypy3", version-tag: "pp37-pypy37_pp73" }
- { python-version: "3.6", version-tag: "cp36-cp36m" }
- { python-version: "3.7", version-tag: "cp37-cp37m" }
- { 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
2 changes: 1 addition & 1 deletion .github/workflows/deploy-wheels-windows-macos.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Test with pytest
run: |
pip install .
python -m pip install .
pytest
- name: Build wheel
Expand Down

0 comments on commit 21d3f03

Please sign in to comment.