We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc7862 commit cc72c3bCopy full SHA for cc72c3b
.github/workflows/publish.yml
@@ -36,5 +36,5 @@ jobs:
36
env:
37
TWINE_USERNAME: __token__
38
TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}
39
- run: twine upload --repository-url https://test.pypi.org/legacy/ dist/*
+ run: twine upload --repository-url https://test.pypi.org/legacy/ dist/* --verbose
40
working-directory: xero-python
0 commit comments