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 8ce3816 commit 0534674Copy full SHA for 0534674
.github/workflows/cicd.yml
@@ -92,5 +92,4 @@ jobs:
92
with:
93
python-version: 3.x
94
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
95
- pypi-username: ${{ secrets.PYPI_USERNAME }}
96
- pypi-password: ${{ secrets.PYPI_PASSWORD }}
+ pypi-api-token: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments