We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 19de406 + df5c60f commit 0765ca0Copy full SHA for 0765ca0
.github/workflows/pypi-release.yml
@@ -67,7 +67,7 @@ jobs:
67
name: releases
68
path: dist
69
- name: Publish package to PyPI
70
- uses: pypa/gh-action-pypi-publish@v1.9.0
+ uses: pypa/gh-action-pypi-publish@v1.10.0
71
with:
72
user: __token__
73
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments