We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b4b037 + 17f24ca commit 8570181Copy full SHA for 8570181
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
python -m build --sdist --wheel .
36
ls -l dist
37
- name: Publish to PyPI
38
- uses: pypa/gh-action-pypi-publish@v1.7.1
+ uses: pypa/gh-action-pypi-publish@v1.8.4
39
if: startsWith(github.ref, 'refs/tags/')
40
with:
41
user: __token__
0 commit comments