Skip to content

Commit

Permalink
edit deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Jan 24, 2025
1 parent ead8e86 commit 0b4e899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy_manylinux2010_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
- name: Build manylinux2010_x86_64 wheels
uses: pypa/[email protected]
env:
CIBW_BEFORE_BUILD:
pip install wheel cython
pip install -U packaging
CIBW_BEFORE_BUILD: "pip install -U wheel cython packaging"
CIBW_ARCHS_LINUX: "x86_64"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2010
# cp310 is deployed for manylinux2014
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/deploy_manylinux2014_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
- name: Build manylinux2014_x86_64 wheels
uses: pypa/[email protected]
env:
CIBW_BEFORE_BUILD:
pip install setuptools wheel cython
pip install -U packaging
CIBW_BEFORE_BUILD: "pip install -U setuptools wheel cython packaging"
CIBW_ARCHS_LINUX: "x86_64"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
# cp39 are deployed for manylinux2010
Expand Down

0 comments on commit 0b4e899

Please sign in to comment.