Skip to content

Commit

Permalink
0.4.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Jan 24, 2017
1 parent 37b69de commit 664bded
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,16 @@ notifications:
email:
- [email protected]
- [email protected]
before_deploy:
- echo "before deploy..."
deploy:
- provider: releases
api_key:
secure: "lQGRZWqBuieHqjfgSimeWHZf4RDf2kwfOdeWcQtSSAVSW7THsnak3ugWYsLII05vjaRBKdrLoRr8rlHe64A1CDq/XPSlSt1EZeI5ejV8DO8AZdprkKpO83O5xVRDYB6a3pHrOfbw9dhBMPq3LapRwAoGRkKcgVeTdtDyIJDxy9A="
file:
- dist/$PACKAGE_NAME-$PACKAGE_VERSION*
- dist/$PACKAGE_NAME-$PACKAGE_VERSION-py2.py3-none-any.whl
- dist/$PACKAGE_NAME-$PACKAGE_VERSION.tar.gz
skip_cleanup: true
on:
tags: false
tags: true
python: 2.7
condition: $TOXENV != docs
- provider: pypi
Expand All @@ -45,6 +44,8 @@ deploy:
secure: E0cjANF7SLBdYrsnWLK8X/xWznqkF0JrP/DVfDazPzUYH6ynFeneyofzNJQPLTLsqe1eKXhuUJ/Sbl+RHFB0ySo/j/7NfYd/9pm8hpUkGCvR09IwtvMLgWKp3k10NWab03o2GOkSJSrLvZofyZBGR40wwu2O9uXPCb2rvucCGbw=
distributions: sdist bdist_wheel
skip_cleanup: true
# Upload_docs command is deprecated. Use RTD instead.
skip_upload_docs: true
on:
tags: true
python: 2.7
Expand All @@ -57,6 +58,8 @@ deploy:
secure: E0cjANF7SLBdYrsnWLK8X/xWznqkF0JrP/DVfDazPzUYH6ynFeneyofzNJQPLTLsqe1eKXhuUJ/Sbl+RHFB0ySo/j/7NfYd/9pm8hpUkGCvR09IwtvMLgWKp3k10NWab03o2GOkSJSrLvZofyZBGR40wwu2O9uXPCb2rvucCGbw=
distributions: sdist bdist_wheel
skip_cleanup: true
# Upload_docs command is deprecated. Use RTD instead.
skip_upload_docs: true
on:
tags: false
python: 2.7
Expand Down

0 comments on commit 664bded

Please sign in to comment.