Skip to content

Commit

Permalink
Update python-publish.yml debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
sndmndss authored May 2, 2024
1 parent 29b9312 commit 855b8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build package
run: poetry build
- name: Publish package
run: poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD
run: poetry publish -vvv --build --username $PYPI_USERNAME --password $PYPI_PASSWORD
env:
PYPI_USERNAME: ${{secrets.PYPI_USERNAME}}
PYPI_PASSWORD: ${{secrets.PYPI_PASSWORD}}

0 comments on commit 855b8bd

Please sign in to comment.