Skip to content

Commit

Permalink
actions: bump to RalfG/python-wheels-manylinux-build@v0.3.4-manylinux…
Browse files Browse the repository at this point in the history
…2010

- drop Python 2.7 that seems to be missing in the manylinux2010 image
  • Loading branch information
naufraghi committed Nov 4, 2021
1 parent 189aae3 commit 4c5fc29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
run: |
git submodule update --init
- name: Build manylinux Python wheels
uses: RalfG/python-wheels-manylinux-build@v0.3.3-manylinux1_x86_64
uses: RalfG/python-wheels-manylinux-build@v0.3.4-manylinux2010_x86_64
with:
python-versions: 'cp27-cp27m cp27-cp27mu cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
build-requirements: 'cython'
system-packages: 'patchelf'
- name: Publish wheels to PyPI
Expand Down

0 comments on commit 4c5fc29

Please sign in to comment.