Skip to content

Commit

Permalink
changed names in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Sep 19, 2024
1 parent 4877237 commit a83e01a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: |
github.repository == 'Becksteinlab/numkit' &&
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/'))
name: Build, upload and test pure Python wheels to TestPypi
name: "TestPyPi: Build, upload and test pure Python wheels"
runs-on: ubuntu-latest

steps:
Expand All @@ -40,7 +40,7 @@ jobs:
if: |
github.repository == 'MDAnalysis/mda-xdrlib' &&
(github.event_name == 'release' && github.event.action == 'published')
name: Build, upload and test pure Python wheels to PyPi
name: "PyPi: Build and upload pure Python wheels"
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit a83e01a

Please sign in to comment.