Skip to content

Commit 0534674

Browse files
chore: update PyPi token in cicd.yml
1 parent 8ce3816 commit 0534674

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,4 @@ jobs:
9292
with:
9393
python-version: 3.x
9494
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
95-
pypi-username: ${{ secrets.PYPI_USERNAME }}
96-
pypi-password: ${{ secrets.PYPI_PASSWORD }}
95+
pypi-api-token: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)