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.
2 parents 073c11e + b9e21a3 commit 29c9a93Copy full SHA for 29c9a93
.github/workflows/ci.yml
@@ -69,4 +69,5 @@ jobs:
69
uses: relekang/python-semantic-release@v7.33.2
70
with:
71
github_token: ${{ secrets.GITHUB_TOKEN }}
72
- pypi_token: ${{ secrets.PYPI_TOKEN }}
+ repository_username: __token__
73
+ repository_password: ${{ secrets.PYPI_TOKEN }}
0 commit comments