Skip to content

Commit 22e8675

Browse files
authored
fix PyPI upload issue (#47)
1 parent 2faa331 commit 22e8675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
repository_url: https://test.pypi.org/legacy/
4141

4242
- if: startsWith(github.ref, 'refs/tags')
43-
uses: pypa/gh-action-pypi-publish@master
43+
uses: pypa/gh-action-pypi-publish@v1.12.4
4444
with:
4545
password: ${{ secrets.PYPI_API_TOKEN }}
4646

0 commit comments

Comments
 (0)