We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 754023d + 63b2715 commit 2107afcCopy full SHA for 2107afc
1 file changed
.github/workflows/publish.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Build package
33
run: python -m build
34
- name: Publish package
35
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@release/v1
36
with:
37
user: __token__
38
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments