We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ffd10 commit a39b680Copy full SHA for a39b680
.github/workflows/build_and_publish.yaml
@@ -48,7 +48,7 @@ jobs:
48
name: artifact
49
path: dist
50
51
- - uses: pypa/gh-action-pypi-publish@v1.8.14
+ - uses: pypa/gh-action-pypi-publish@v1.9.0
52
with:
53
user: __token__
54
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments