Skip to content

Commit cd4c84d

Browse files
committed
verbose upload to debug
1 parent 331fdc6 commit cd4c84d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
set -ex
22
if [[ ! -z "$TRAVIS_TAG" ]]; then
33
pip install twine
4-
twine upload wheelhouse/atari_py*
4+
twine upload --verbose wheelhouse/atari_py*
55

66
if [[ ! -z "$DEPLOY_SDIST" ]]; then
77
python setup.py sdist
8-
twine upload dist/*
8+
twine upload dist/*
99
fi
1010
fi
1111

0 commit comments

Comments
 (0)