We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ec92e commit 0477510Copy full SHA for 0477510
1 file changed
.github/workflows/python-app.yaml
@@ -82,7 +82,7 @@ jobs:
82
83
- name: Upload to TestPyPI
84
run: |
85
- twine upload --repository testpypi dist/*
+ twine upload --repository testpypi dist/* --verbose
86
env:
87
TWINE_USERNAME: __token__
88
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
0 commit comments