Skip to content

Commit

Permalink
Update PyPI credentials in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjaypranav committed Feb 27, 2024
1 parent 4b91141 commit 6e799c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build and upload to PyPI
env:
TWINE_USERNAME: __token__
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
poetry build
Expand Down

0 comments on commit 6e799c8

Please sign in to comment.