summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJonathan Huot <jonathan.huot@thomsonreuters.com>2018-03-13 09:54:41 +0100
committerPieter Ennes <pieter@ennes.nl>2018-03-18 10:17:43 +0000
commit3e13cd30b29c273a79824ad02f1d2cb8700a5955 (patch)
tree710f59db9b6ef328e40cce96a6d101c66384a440 /.travis.yml
parent9855c6b2a030a5307691837ba705000ec8f898f0 (diff)
downloadoauthlib-3e13cd30b29c273a79824ad02f1d2cb8700a5955.tar.gz
Added Github Releases deploy provider.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml22
1 files changed, 14 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index e3c01f1..06506e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,11 +29,17 @@ notifications:
on_failure: always
on_start: never
deploy:
- provider: pypi
- user: ib.lundgren
- password:
- secure: PGZF9pRiTGCSwQjk1ddTKF3x4rQ0iAiPbg2uSixyO68uMXRgJjwHhSrNM0OEqtK5YWU5FE5L0DwR1nkrpEJKO4a5q2EOgos+gVoKpJfinoUNOOkjc1VHpqKM0uRf/OKrw1alvWUwqvW8B+DOb9TY5c5VZxQuRL+iwdrtwzFlKls=
- distributions: sdist bdist_wheel
- on:
- tags: true
- repo: oauthlib/oauthlib
+ - provider: pypi
+ user: ib.lundgren
+ password:
+ secure: PGZF9pRiTGCSwQjk1ddTKF3x4rQ0iAiPbg2uSixyO68uMXRgJjwHhSrNM0OEqtK5YWU5FE5L0DwR1nkrpEJKO4a5q2EOgos+gVoKpJfinoUNOOkjc1VHpqKM0uRf/OKrw1alvWUwqvW8B+DOb9TY5c5VZxQuRL+iwdrtwzFlKls=
+ distributions: sdist bdist_wheel
+ on:
+ tags: true
+ repo: oauthlib/oauthlib
+ - provider: releases
+ api_key: "$GITHUB_OAUTH_TOKEN"
+ skip_cleanup: true
+ on:
+ tags: true
+ repo: oauthlib/oauthlib