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 b2f8509 commit 5ce3a39Copy full SHA for 5ce3a39
.travis/deploy.sh
@@ -2,4 +2,5 @@
2
set -xe
3
4
cd "$TRAVIS_BUILD_DIR"
5
+twine check dist/*
6
twine upload --verbose --skip-existing dist/* # Upload to PyPI
0 commit comments