Skip to content

Commit

Permalink
Improve wheels job name (#32644)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Oct 4, 2024
1 parent 2a917c7 commit decc997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
run: gsutil cp -r -a public-read source/* ${{ env.GCP_PATH }}

build_wheels:
name: Build python wheels on ${{matrix.arch}} for ${{ matrix.os_python.os }}
name: Build python ${{matrix.py_version}} wheels on ${{matrix.os_python.arch}} for ${{ matrix.os_python.os }}
needs:
- check_env_variables
- build_source
Expand Down

0 comments on commit decc997

Please sign in to comment.