Skip to content

Commit

Permalink
build 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 323a1b6 commit 06e5f10
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy_manylinux2014_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,16 @@ on:
jobs:
# Build and deploy manylinux2014_aarch64 wheels
Linux-build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Build manylinux2014_aarch64 wheels
uses: pypa/[email protected]
env:
CIBW_BEFORE_BUILD: "pip install setuptools wheel cython"
CIBW_ARCHS_LINUX: "aarch64"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* cp313-*
CIBW_BUILD: cp311-* # cp39-* cp310-* cp311-* cp312-* cp313-*
- name: Upload manylinux2014_aarch64 wheels to PyPI
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
Expand Down

0 comments on commit 06e5f10

Please sign in to comment.