Skip to content

Commit

Permalink
fix: typo in deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
tiadams authored Jan 6, 2025
1 parent dfa5ae4 commit d1e2ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_API_TOKEN }}
run: |
poetry publish --username __token__ --password $POETRY_PYPI_TOKEN_PYP
poetry publish --username __token__ --password $POETRY_PYPI_TOKEN_PYPI

0 comments on commit d1e2ce5

Please sign in to comment.