Skip to content

Commit 9f5cb51

Browse files
author
Matthias Koeppe
committed
Add --verbose to twine
1 parent 560cb35 commit 9f5cb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
shell: bash -l {0}
2929
run: |
3030
python3 setup.py sdist
31-
twine upload dist/*
31+
twine upload --verbose dist/*

0 commit comments

Comments
 (0)