We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcb8be commit 6981031Copy full SHA for 6981031
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
run: >-
40
python3 -m build
41
- name: Publish release to PyPI
42
- uses: pypa/gh-action-pypi-publish@v1.8.7
+ uses: pypa/gh-action-pypi-publish@v1.8.8
43
with:
44
user: __token__
45
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments