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 a29685b commit 11c85c9Copy full SHA for 11c85c9
.github/workflows/release.yml
@@ -41,6 +41,7 @@ jobs:
41
- name: Publish
42
uses: pypa/[email protected]
43
with:
44
+ password: ${{ secrets.PYPI_TOKEN }}
45
skip-existing: true
46
47
- name: Dump GitHub context
0 commit comments