Skip to content

Commit

Permalink
update linux wheel builder
Browse files Browse the repository at this point in the history
  • Loading branch information
pantor committed Jan 12, 2023
1 parent 14552bb commit 946a222
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 @@ -48,7 +48,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.10'

- name: Install dependencies
run: |
Expand All @@ -62,7 +62,7 @@ jobs:
git checkout v2.10.3
- name: Build manylinux wheels
uses: RalfG/python-wheels-manylinux-build@v0.4.2-manylinux2010_x86_64
uses: RalfG/python-wheels-manylinux-build@v0.6.0-manylinux2010_x86_64
with:
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311'

Expand Down

0 comments on commit 946a222

Please sign in to comment.