Skip to content

Commit 5ce3a39

Browse files
committed
Check wheel before deploying it
1 parent b2f8509 commit 5ce3a39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis/deploy.sh

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

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

0 commit comments

Comments
 (0)