Skip to content

Commit

Permalink
Improve build job naming
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Raz <[email protected]>
  • Loading branch information
ben9923 committed Oct 21, 2022
1 parent 9467f0d commit 03c7563
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
cache: pip
cache-dependency-path: .github/workflows/build.yml

- name: Run tests
- name: Build wheels
uses: pypa/[email protected]

- name: Create wheels
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
name: wheels
Expand Down Expand Up @@ -132,10 +132,10 @@ jobs:
cache: pip
cache-dependency-path: .github/workflows/build.yml

- name: Run tests
- name: Build wheels
uses: pypa/[email protected]

- name: Create wheels
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
name: wheels
Expand Down

0 comments on commit 03c7563

Please sign in to comment.