Skip to content

Commit

Permalink
ci: improve names
Browse files Browse the repository at this point in the history
  • Loading branch information
supermihi committed Mar 17, 2024
1 parent fcfd3dd commit c225853
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build & test
name: main

on: [push]

Expand All @@ -22,8 +22,8 @@ jobs:
name: sdist
path: dist
retention-days: 5
build:
strategy
build_wheels:
strategy:
matrix:
os: [ubuntu-latest, macos-13, macos-14, windows-latest]
runs-on: ${{ matrix.os }}
Expand All @@ -47,7 +47,7 @@ jobs:
retention-days: 5
publish:
runs-on: ubuntu-latest
needs: [build, sdist]
needs: [build_wheels, sdist]
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
steps:
- name: download source wheel
Expand Down

0 comments on commit c225853

Please sign in to comment.