Skip to content

Commit

Permalink
[test]: Try to build wheels for manylinux2014
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed May 10, 2021
1 parent 3cb3320 commit a37f830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ env:
CIBW_BUILD: cp36-* cp37-* cp38-* ## Only compile this cpython versions
# build using the manylinux1 image to ensure manylinux1 wheels are produced
# skip PyPy, since there is no PyPy manylinux1 image
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1 manylinux2014 quay.io/pypa/manylinux2010_x86_64:latest
CIBW_MANYLINUX_I686_IMAGE: manylinux1 manylinux2014 quay.io/pypa/manylinux2010_i686:latest
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
CIBW_SKIP: pp*

# Build on every branch push, tag push, and pull request change:
Expand Down

0 comments on commit a37f830

Please sign in to comment.