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 5700c02 commit 83ffa7dCopy full SHA for 83ffa7d
.github/workflows/publish.yaml
@@ -16,4 +16,5 @@ jobs:
16
- name: Publish package
17
uses: pypa/gh-action-pypi-publish@release/v1
18
with:
19
+ user: __token__
20
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments