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.
1 parent 781d850 commit 0f02665Copy full SHA for 0f02665
1 file changed
.github/workflows/ci.yml
@@ -105,7 +105,7 @@ jobs:
105
106
- name: Publish package if tagged release
107
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
108
- uses: pypa/gh-action-pypi-publish@release/v1.13.0
+ uses: pypa/gh-action-pypi-publish@v1.13.0
109
with:
110
user: __token__
111
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments