Skip to content

Commit

Permalink
adds verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshk-tw committed Oct 11, 2024
1 parent 9bc7862 commit cc72c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}
run: twine upload --repository-url https://test.pypi.org/legacy/ dist/*
run: twine upload --repository-url https://test.pypi.org/legacy/ dist/* --verbose
working-directory: xero-python

0 comments on commit cc72c3b

Please sign in to comment.