We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc87f62 + e9e00ee commit 2fa5254Copy full SHA for 2fa5254
1 file changed
.github/workflows/github-deploy.yml
@@ -65,7 +65,8 @@ jobs:
65
merge-multiple: true
66
path: dist
67
68
- - uses: pypa/gh-action-pypi-publish@v1.8.14
+ - uses: pypa/gh-action-pypi-publish@v1.13.0
69
with:
70
+ verbose: true
71
user: __token__
72
password: ${{ secrets.pypi_password }}
0 commit comments