We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 196d178 commit 8e62946Copy full SHA for 8e62946
1 file changed
.github/workflows/publish.yaml
@@ -24,6 +24,6 @@ jobs:
24
run: python -m build
25
26
- name: Publish package
27
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@release/v1
28
with:
29
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments