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