Skip to content

Commit cc72c3b

Browse files
committed
adds verbose
1 parent 9bc7862 commit cc72c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
env:
3737
TWINE_USERNAME: __token__
3838
TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}
39-
run: twine upload --repository-url https://test.pypi.org/legacy/ dist/*
39+
run: twine upload --repository-url https://test.pypi.org/legacy/ dist/* --verbose
4040
working-directory: xero-python

0 commit comments

Comments
 (0)