We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d8e38 commit a0ebfa0Copy full SHA for a0ebfa0
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
dist/*.whl
54
55
- name: Publish python distribution to PyPI
56
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@v1.1.0
57
with:
58
user: __token__
59
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments