Skip to content

Commit

Permalink
github actions: change linux job names to conform to github actions r…
Browse files Browse the repository at this point in the history
…equirements.
  • Loading branch information
StephenCzarnecki committed Oct 31, 2024
1 parent 99cd20d commit 161d9bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
with:
path: wheelhouse/*.whl

build_wheels_manylinux_arm64_python_3.8:
build_wheels_manylinux_arm64_python_3_8:
name: Build manylinux wheels python3.8 (arm64)
runs-on: ubuntu-24.04
steps:
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
with:
path: wheelhouse/*.whl

build_wheels_manylinux_arm64_python_3.9:
build_wheels_manylinux_arm64_python_3_9:
name: Build manylinux wheels python3.9 (arm64)
runs-on: ubuntu-24.04
steps:
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
with:
path: wheelhouse/*.whl

build_wheels_manylinux_arm64_python_3.10:
build_wheels_manylinux_arm64_python_3_10:
name: Build manylinux wheels python3.10 (arm64)
runs-on: ubuntu-24.04
steps:
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
with:
path: wheelhouse/*.whl

build_wheels_manylinux_arm64_python_3.11:
build_wheels_manylinux_arm64_python_3_11:
name: Build manylinux wheels python3.11 (arm64)
runs-on: ubuntu-24.04
steps:
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
with:
path: wheelhouse/*.whl

build_wheels_manylinux_arm64_python_3.12:
build_wheels_manylinux_arm64_python_3_12:
name: Build manylinux wheels python3.12 (arm64)
runs-on: ubuntu-24.04
steps:
Expand Down

0 comments on commit 161d9bf

Please sign in to comment.