We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5078962 commit 22fe9ffCopy full SHA for 22fe9ff
.github/workflows/release.yml
@@ -64,7 +64,7 @@ jobs:
64
run: >-
65
python3 -m build
66
- name: Publish release to PyPI
67
- uses: pypa/gh-action-pypi-publish@v1.12.2
+ uses: pypa/gh-action-pypi-publish@v1.12.3
68
with:
69
user: __token__
70
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments