Skip to content

Commit 06e5f10

Browse files
committed
build on ubuntu-24.04-arm
1 parent 323a1b6 commit 06e5f10

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy_manylinux2014_aarch64.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,16 @@ on:
88
jobs:
99
# Build and deploy manylinux2014_aarch64 wheels
1010
Linux-build:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04-arm
1212
steps:
1313
- uses: actions/checkout@v4
14-
- name: Set up QEMU
15-
uses: docker/setup-qemu-action@v3
1614
- name: Build manylinux2014_aarch64 wheels
1715
uses: pypa/[email protected]
1816
env:
1917
CIBW_BEFORE_BUILD: "pip install setuptools wheel cython"
2018
CIBW_ARCHS_LINUX: "aarch64"
2119
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
22-
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-* cp313-*
20+
CIBW_BUILD: cp311-* # cp39-* cp310-* cp311-* cp312-* cp313-*
2321
- name: Upload manylinux2014_aarch64 wheels to PyPI
2422
env:
2523
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}

0 commit comments

Comments
 (0)