aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fd1e3791..f459dce3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -53,7 +53,7 @@ after_success:
then
pip install -e ./release
python ./release/rtool.py bdist
- python ./release/rtool.py upload-snapshot --sdist --bdist --wheel
+ python ./release/rtool.py upload-snapshot --bdist --wheel
fi
notifications: