Thanks to visit codestin.com Credit goes to github.com
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 1abfad6 commit 1bd9e11Copy full SHA for 1bd9e11
.github/workflows/python-package.yml
@@ -25,7 +25,7 @@ jobs:
25
path: dist/*
26
- name: Publish distribution to PyPI
27
if: startsWith(github.ref, 'refs/tags')
28
- uses: pypa/gh-action-pypi-publish@v1.5.1
+ uses: pypa/gh-action-pypi-publish@v1.13.0
29
with:
30
user: __token__
31
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments