We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba38197 commit d642e6aCopy full SHA for d642e6a
1 file changed
.github/workflows/release.yml
@@ -39,8 +39,9 @@ jobs:
39
run: python -m build
40
41
- name: Publish
42
- uses: pypa/gh-action-pypi-publish@v1.9.0
+ uses: pypa/gh-action-pypi-publish@release/v1
43
with:
44
+ password: ${{ secrets.PYPI_TOKEN }}
45
skip-existing: true
46
47
- name: Dump GitHub context
0 commit comments