Skip to content

Commit 3d9d397

Browse files
authored
build: use latest gha version (#300)
1 parent 20af3c6 commit 3d9d397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
name: artifact
101101
path: dist
102-
- uses: pypa/gh-action-pypi-publish@v1.4.1
102+
- uses: pypa/gh-action-pypi-publish@release/v1
103103
with:
104104
user: ${{ secrets.PYPI_USERNAME }}
105105
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)