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 64dd527 commit 4f760b4Copy full SHA for 4f760b4
1 file changed
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
python -m build
24
25
- name: Publish package
26
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@release/v1
27
with:
28
user: __token__
29
password: ${{ secrets.pypi_password }}
0 commit comments