We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718438a commit cb622f3Copy full SHA for cb622f3
.github/workflows/publish.yml
@@ -67,7 +67,7 @@ jobs:
67
pattern: artifact-*
68
merge-multiple: true
69
70
- - uses: pypa/gh-action-pypi-publish@v1.10.3
+ - uses: pypa/gh-action-pypi-publish@v1.11.0
71
with:
72
user: __token__
73
password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments