Skip to content

Commit

Permalink
[test]: Try to build wheels for ylinux1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed May 10, 2021
1 parent a37f830 commit a883efb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +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: manylinux2014
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
CIBW_SKIP: pp*
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
CIBW_MANYLINUX_I686_IMAGE: manylinux1

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

0 comments on commit a883efb

Please sign in to comment.