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 230581e commit a18ac3aCopy full SHA for a18ac3a
.github/workflows/publish.yml
@@ -62,8 +62,7 @@ jobs:
62
env:
63
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
- name: Publish distribution to PyPI # official action from python maintainers
65
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@v1.13.0
66
with:
67
- user: __token__
68
password: ${{ secrets.PYPI_PASSWORD }}
69
verbose: true # trace if the upload fails
0 commit comments