File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 get_system_time :
11+ name : Get System Time
1112 runs-on : ubuntu-latest
1213 outputs :
1314 timestamp : ${{ steps.get_time.outputs.timestamp }}
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 :
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
You can’t perform that action at this time.
0 commit comments