We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3e9cb commit 1f9280cCopy full SHA for 1f9280c
.github/workflows/build_and_publish.yaml
@@ -40,7 +40,7 @@ jobs:
40
with:
41
name: artifact
42
path: dist
43
- - uses: pypa/gh-action-pypi-publish@v1.9.0
+ - uses: pypa/gh-action-pypi-publish@v1.10.0
44
45
user: __token__
46
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments