We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c02510 commit 8ca571bCopy full SHA for 8ca571b
.github/workflows/pypi.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Publish a Python distribution to PyPI
47
if: success() && github.event_name == 'release'
48
- uses: pypa/gh-action-pypi-publish@v1.10.3
+ uses: pypa/gh-action-pypi-publish@v1.11.0
49
with:
50
user: __token__
51
password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments