We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f63248 commit 7bf7e92Copy full SHA for 7bf7e92
1 file changed
.github/workflows/release.yml
@@ -61,6 +61,7 @@ jobs:
61
- name: Publish distribution
62
uses: pypa/gh-action-pypi-publish@release/v1
63
with:
64
+ password: ${{ secrets.PYPI_API_TOKEN }}
65
packages_dir: dist
66
67
github_release:
0 commit comments