Skip to content

Commit

Permalink
revert to manylinux2010_x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
pantor committed Mar 7, 2022
1 parent 9236989 commit 7a11f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
git checkout v2.9.1
- name: Build manylinux wheels
uses: RalfG/[email protected]
uses: RalfG/[email protected]-manylinux2010_x86_64
with:
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'

Expand Down

0 comments on commit 7a11f55

Please sign in to comment.