Skip to content

Commit

Permalink
Tweak names
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Apr 30, 2024
1 parent 509811d commit 3e60c9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

build:

name: Build package
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -47,7 +48,7 @@ jobs:

publish-test:

name: Build and publish on TestPyPI
name: Publish on TestPyPI
if: github.repository_owner == 'aiidalab'

needs: [build]
Expand All @@ -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]
Expand Down

0 comments on commit 3e60c9b

Please sign in to comment.