Skip to content

Commit

Permalink
build all aarch64 wheels on ubuntu-24.04-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Jan 24, 2025
1 parent 06e5f10 commit 3494f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_manylinux2014_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
CIBW_BEFORE_BUILD: "pip install setuptools wheel cython"
CIBW_ARCHS_LINUX: "aarch64"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_BUILD: cp311-* # cp39-* cp310-* cp311-* cp312-* cp313-*
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* cp313-*
- name: Upload manylinux2014_aarch64 wheels to PyPI
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
Expand Down

0 comments on commit 3494f7a

Please sign in to comment.