Skip to content

Commit

Permalink
fix: pypi api token
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Jan 25, 2024
1 parent 4cb23e0 commit 49ba45f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ jobs:
with:
python-version: 3.x
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
pypi-username: ${{ secrets.PYPI_USERNAME }}
pypi-password: ${{ secrets.PYPI_PASSWORD }}
pypi-api-token: ${{ secrets.PYPI_USERNAME }}
publish-tag: 'false'

deploy-docs:
Expand Down

0 comments on commit 49ba45f

Please sign in to comment.