Skip to content

Commit

Permalink
Build manylinux2014 wheels to workaround @RalfG/python-wheels-manylin…
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Aug 4, 2020
1 parent 3067b85 commit 0fa4042
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build manylinux1 x86_64 Python package
name: Build manylinux x86_64 Python package

on:
push:
Expand All @@ -21,14 +21,14 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel twine
- name: Build manylinux Python wheels
uses: RalfG/python-wheels-manylinux-build@v0.3-manylinux1_x86_64
uses: RalfG/python-wheels-manylinux-build@v0.3.1-manylinux2014_x86_64
with:
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38'
build-requirements: 'cython'
- name: Upload artifacts for inspection
uses: actions/upload-artifact@v2
with:
name: manylinux1_wheels
name: manylinux_wheels
path: dist/*-manylinux*.whl
- name: Publish sdists and wheels to PyPI
if: ${{ success() && github.event_name == 'release' && github.event.action == 'created' }}
Expand Down

0 comments on commit 0fa4042

Please sign in to comment.