Skip to content

Commit

Permalink
Add all Python version for Linux aarch64, add names to stages
Browse files Browse the repository at this point in the history
  • Loading branch information
yambati03 committed Feb 27, 2025
1 parent b3b2a67 commit ebbde3c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build-cibw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
get_system_time:
name: Get System Time
runs-on: ubuntu-latest
outputs:
timestamp: ${{ steps.get_time.outputs.timestamp }}
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ebbde3c

Please sign in to comment.