From 3e60c9bb1340180a94205ac83ba88aed76585fbf Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Tue, 30 Apr 2024 16:00:43 +0100 Subject: [PATCH] Tweak names --- .github/workflows/publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 528408cba..45a566b53 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,6 +16,7 @@ jobs: build: + name: Build package runs-on: ubuntu-latest steps: @@ -47,7 +48,7 @@ jobs: publish-test: - name: Build and publish on TestPyPI + name: Publish on TestPyPI if: github.repository_owner == 'aiidalab' needs: [build] @@ -74,7 +75,7 @@ jobs: publish: - name: Build and publish on PyPI + name: Publish on PyPI if: startsWith(github.ref, 'refs/tags/v') && github.repository_owner == 'aiidalab' needs: [build, publish-test]