aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 8ea3ed32..3335a95a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -70,14 +70,10 @@ after_success:
- |
if [[ $TRAVIS_OS_NAME == "osx" && $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]]
then
- brew install curl --with-libssh2
git clone https://github.com/mitmproxy/release.git ../release
pip install -e ../release
- python ../release/rtool.py -p netlib -p mitmproxy bdist
- for f in ../release/dist/*
- do
- $(brew --prefix curl)/bin/curl -u $SNAPSHOT_AUTH --hostpubmd5 $SNAPSHOT_PUBKEY --retry 5 -T $f sftp://$SNAPSHOT_HOST/
- done
+ python ../release/rtool.py bdist
+ python ../release/rtool.py upload-snapshot --sdist --bdist --wheel
fi
notifications: