Skip to content

Commit e28cd90

Browse files
committed
Verbose output when deploying
1 parent 8e1fdc3 commit e28cd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
set -xe
33

44
cd "$TRAVIS_BUILD_DIR"
5-
twine upload --skip-existing dist/* # Upload to PyPI
5+
twine upload --verbose --skip-existing dist/* # Upload to PyPI

0 commit comments

Comments
 (0)