We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc4c82c commit cb65f25Copy full SHA for cb65f25
.github/workflows/build_and_publish.yml
@@ -52,7 +52,7 @@ jobs:
52
name: artifact
53
path: dist
54
55
- - uses: pypa/gh-action-pypi-publish@v1.8.12
+ - uses: pypa/gh-action-pypi-publish@v1.8.14
56
with:
57
user: __token__
58
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments