We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7da0ad commit 356af1cCopy full SHA for 356af1c
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
release-tag: ${{ needs.prepare.outputs.version }}
61
62
- name: Upload package to pypi
63
- uses: pypa/gh-action-pypi-publish@v1.8.11
+ uses: pypa/gh-action-pypi-publish@v1.8.12
64
with:
65
user: __token__
66
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments