Skip to content

Commit

Permalink
Update build-and-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud committed Oct 21, 2024
1 parent 941f3e9 commit 8c7bda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
POETRY_PYPI_API_TOKEN: ${{ secrets.POETRY_PYPI_API_TOKEN }}
run: |
cd pkg
poetry publish --build --username "$POETRY_PYPI_USERNAME" --password "$POETRY_PYPI_API_TOKEN"
poetry publish --build --username $POETRY_PYPI_USERNAME --password $POETRY_PYPI_API_TOKEN -vv

0 comments on commit 8c7bda3

Please sign in to comment.