Skip to content

Commit ebbde3c

Browse files
committed
Add all Python version for Linux aarch64, add names to stages
1 parent b3b2a67 commit ebbde3c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/build-cibw.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
get_system_time:
11+
name: Get System Time
1112
runs-on: ubuntu-latest
1213
outputs:
1314
timestamp: ${{ steps.get_time.outputs.timestamp }}
@@ -17,6 +18,7 @@ jobs:
1718
run: echo "timestamp=$(date +'%Y%m%d%H%M')" >> "$GITHUB_OUTPUT"
1819

1920
build_wheels:
21+
name: Build Wheels
2022
needs: get_system_time
2123
runs-on: ${{ matrix.os }}
2224
strategy:
@@ -51,6 +53,21 @@ jobs:
5153
cibw_python_version: 310
5254
platform_id: manylinux_aarch64
5355
manylinux_image: manylinux2014
56+
- os: ubuntu-24.04-arm
57+
python_version: "3.11"
58+
cibw_python_version: 311
59+
platform_id: manylinux_aarch64
60+
manylinux_image: manylinux2014
61+
- os: ubuntu-24.04-arm
62+
python_version: "3.12"
63+
cibw_python_version: 312
64+
platform_id: manylinux_aarch64
65+
manylinux_image: manylinux2014
66+
- os: ubuntu-24.04-arm
67+
python_version: "3.13"
68+
cibw_python_version: 313
69+
platform_id: manylinux_aarch64
70+
manylinux_image: manylinux2014
5471

5572
# MacOS x86_64
5673
# - os: macos-13

0 commit comments

Comments
 (0)