We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647be87 commit 561f09cCopy full SHA for 561f09c
.github/workflows/pypi.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Publish a Python distribution to PyPI
41
if: ${{ github.event_name == 'release' }}
42
- uses: pypa/gh-action-pypi-publish@1
+ uses: pypa/gh-action-pypi-publish@v1.5.1
43
with:
44
user: __token__
45
password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments