We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7302e commit 740bf7dCopy full SHA for 740bf7d
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
run: >-
53
python3 -m build
54
- name: Publish release to PyPI
55
- uses: pypa/gh-action-pypi-publish@v1.8.11
+ uses: pypa/gh-action-pypi-publish@v1.8.12
56
with:
57
user: __token__
58
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments