We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80d1542 + 828211b commit 8d29451Copy full SHA for 8d29451
1 file changed
.github/workflows/python-publish.yml
@@ -43,7 +43,7 @@ jobs:
43
RELEASE_VERSION: ${{ steps.branch_name.outputs.SOURCE_TAG }}
44
45
- name: Publish distribution to PyPI
46
- uses: pypa/gh-action-pypi-publish@v1.13.0
+ uses: pypa/gh-action-pypi-publish@v1.14.0
47
with:
48
user: __token__
49
password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments