Skip to content

Commit 414e457

Browse files
committed
Update pypa/gh-action-pypi-publish
1 parent a53d8f7 commit 414e457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: artifact
3939
path: dist
4040

41-
- name: Publish on PyPI
42-
uses: pypa/gh-action-pypi-publish@v1.6.4
41+
- name: Publish package to PyPI
42+
uses: pypa/gh-action-pypi-publish@release/v1
4343
with:
4444
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)