Add all Python version for Linux aarch64, add names to stages

release/4.3a0
Yashas Ambati 2025-02-26 19:23:30 -05:00
parent b3b2a679a9
commit ebbde3c3f7
1 changed files with 17 additions and 0 deletions

View File

@ -8,6 +8,7 @@ on:
jobs:
get_system_time:
name: Get System Time
runs-on: ubuntu-latest
outputs:
timestamp: ${{ steps.get_time.outputs.timestamp }}
@ -17,6 +18,7 @@ jobs:
run: echo "timestamp=$(date +'%Y%m%d%H%M')" >> "$GITHUB_OUTPUT"
build_wheels:
name: Build Wheels
needs: get_system_time
runs-on: ${{ matrix.os }}
strategy:
@ -51,6 +53,21 @@ jobs:
cibw_python_version: 310
platform_id: manylinux_aarch64
manylinux_image: manylinux2014
- os: ubuntu-24.04-arm
python_version: "3.11"
cibw_python_version: 311
platform_id: manylinux_aarch64
manylinux_image: manylinux2014
- os: ubuntu-24.04-arm
python_version: "3.12"
cibw_python_version: 312
platform_id: manylinux_aarch64
manylinux_image: manylinux2014
- os: ubuntu-24.04-arm
python_version: "3.13"
cibw_python_version: 313
platform_id: manylinux_aarch64
manylinux_image: manylinux2014
# MacOS x86_64
# - os: macos-13