Skip to content

Commit

Permalink
using pypa/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Jan 24, 2025
1 parent 0b4e899 commit 3e5997b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_manylinux2014_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build manylinux2014_x86_64 wheels
uses: pypa/cibuildwheel@v2.21
uses: pypa/cibuildwheel@v2.22
env:
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
CIBW_BUILD: cp310-* cp311-* cp312-* cp313-*
CIBW_BUILD: cp310-* # cp311-* cp312-* cp313-*
- name: Upload manylinux2014_x86_64 wheels to PyPI
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
Expand Down

0 comments on commit 3e5997b

Please sign in to comment.