Skip to content

Commit 01ea6c5

Browse files
Fix: properly renamed publish-pypi action (#52)
1 parent 44bd9bf commit 01ea6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
pytest:
8-
name: pytest
8+
name: Publish to PyPi
99
runs-on: ubuntu-latest
1010
env:
1111
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

0 commit comments

Comments
 (0)