We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b0272f commit 35fbe57Copy full SHA for 35fbe57
.github/workflows/pypi.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Publish a Python distribution to PyPI
50
if: success() && github.event_name == 'release'
51
- uses: pypa/gh-action-pypi-publish@v1.12.4
+ uses: pypa/gh-action-pypi-publish@v1.13.0
52
with:
53
user: __token__
54
password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments