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 77cf606 commit e276b06Copy full SHA for e276b06
.github/workflows/ci.yml
@@ -110,7 +110,7 @@ jobs:
110
path: dist
111
- name: Publish package
112
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
113
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@release/v1
114
with:
115
user: __token__
116
password: ${{ secrets.pypi_password }}
0 commit comments