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