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 388bc2e commit 7d89ac9Copy full SHA for 7d89ac9
.github/workflows/merge.yml
@@ -43,3 +43,4 @@ jobs:
43
uses: pypa/gh-action-pypi-publish@release/v1
44
with:
45
skip-existing: true
46
+ password: ${{ secrets.pypi_token }}
.github/workflows/verify.yml
@@ -50,3 +50,4 @@ jobs:
50
51
repository-url: https://test.pypi.org/legacy/
52
53
+ password: ${{ secrets.testpypi_token }}
0 commit comments