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 <ben9923@gmail.com>
  • Loading branch information
ben9923 committed Sep 9, 2022
1 parent 5215ea9 commit 29dde78
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 @@ -61,10 +61,10 @@ jobs:
# run: |
# choco install vcpython27 -f -y

- name: Run tests
- name: Build wheels
run: cibuildwheel .

- name: Create wheels
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
name: wheels
Expand Down Expand Up @@ -113,10 +113,10 @@ jobs:
- name: Install cibuildwheel
run: pip install cibuildwheel==1.12.0

- name: Run tests
- name: Build wheels
run: cibuildwheel .

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

0 comments on commit 29dde78

Please sign in to comment.