We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1fdc3 commit e28cd90Copy full SHA for e28cd90
.travis/deploy.sh
@@ -2,4 +2,4 @@
2
set -xe
3
4
cd "$TRAVIS_BUILD_DIR"
5
-twine upload --skip-existing dist/* # Upload to PyPI
+twine upload --verbose --skip-existing dist/* # Upload to PyPI
0 commit comments