Skip to content

Commit

Permalink
Merge pull request #147 from compomics/hotfix/manylinux-version
Browse files Browse the repository at this point in the history
Build with manylinux2014
  • Loading branch information
RalfG authored Sep 9, 2021
2 parents 59bf1ea + e1ba623 commit 2234d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
env:
CIBW_BUILD: "cp3*-macosx_x86_64 cp3*-manylinux_x86_64"
CIBW_SKIP: "cp35-* cp39-macosx_x86_64" # see compomics/ms2pip_c#126
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
CIBW_BEFORE_BUILD: "pip install setuptools cython numpy==1.16.6"
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest {project}/tests"
Expand Down

0 comments on commit 2234d24

Please sign in to comment.