Skip to content

Commit 74ed4ae

Browse files
committed
Fix typo in actions file
1 parent 2950b1a commit 74ed4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
repository_url: https://test.pypi.org/legacy/
2626
- name: Publish Distribution to PyPI
2727
if: startsWith(github.ref, 'refs/tags')
28-
uses: pypa/gh-action-pypi-public@release/v1
28+
uses: pypa/gh-action-pypi-publish@release/v1
2929
with:
3030
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)