Skip to content

Commit

Permalink
shorten names for cibw
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Apr 14, 2024
1 parent b473d88 commit a3d8d90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
name: temp_result_sdist
path: ./dist

make_cibw_v2_wheels:
name: 'cibuildwheel v2: ${{ matrix.name }}'
make_wheels:
name: 'cibuildwheel: ${{ matrix.name }}'
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.draft }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
path: wheelhouse/*.whl

merge:
needs: [make_sdist, make_cibw_v2_wheels]
needs: [make_sdist, make_wheels]
runs-on: ubuntu-latest
steps:
- name: Merge Artifacts
Expand Down

0 comments on commit a3d8d90

Please sign in to comment.