Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 4f6a834

Browse files
committed
Fix typo in release
1 parent 86e69db commit 4f6a834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- run: echo 'release ${{ github.event.release.name }}''
3434

35-
- name: Authenticate to PyPI
35+
- name: Publish to PyPI
3636
run:
3737
poetry config http-basic.pypi ${{ secrets.PYPI_USERNAME }} ${{ secrets.PYPI_PASSWORD }};
3838
poetry run invoke release ${{ github.event.release.name }}

0 commit comments

Comments
 (0)