From 858755aa3866242fd617a6f4ec8c5b0c4cbdbc33 Mon Sep 17 00:00:00 2001 From: Michael Helmling Date: Sun, 17 Mar 2024 09:20:26 +0100 Subject: [PATCH] ci: improve names --- .github/workflows/default.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 261c9bb..c577260 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -1,4 +1,4 @@ -name: build & test +name: main on: [push] @@ -22,7 +22,7 @@ jobs: name: sdist path: dist retention-days: 5 - build: + build-wheels: strategy matrix: os: [ubuntu-latest, macos-13, macos-14, windows-latest] @@ -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