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.
2 parents cbb4403 + 7a1632e commit 06e3fa5Copy full SHA for 06e3fa5
.github/workflows/publish.yml
@@ -35,5 +35,5 @@ jobs:
35
env:
36
TWINE_USERNAME: __token__
37
TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}
38
- run: twine upload --repository-url https://test.pypi.org/legacy/ dist/*
+ run: twine upload dist/*
39
working-directory: xero-python
0 commit comments