Skip to content

Commit 0477510

Browse files
committed
Add verbose flag to workflow
1 parent e9ec92e commit 0477510

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
- name: Upload to TestPyPI
8484
run: |
85-
twine upload --repository testpypi dist/*
85+
twine upload --repository testpypi dist/* --verbose
8686
env:
8787
TWINE_USERNAME: __token__
8888
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)