summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-10-27 08:56:28 -0700
committerHsiaoming Yang <me@lepture.com>2017-10-27 08:56:28 -0700
commit4b85d90a54572f54b8b19d036d76d043cf116699 (patch)
tree3d0ff4dde9605b66babe2fe481c3562f205d6744 /.travis.yml
parent14215244249f2d8df73ec47dbab5db1efd0fc2f4 (diff)
downloadoauthlib-4b85d90a54572f54b8b19d036d76d043cf116699.tar.gz
When deploying a release to PyPI, include the wheel distribution (#496)
For Travis CI documentation on including a bdist_wheel distribution, see: https://docs.travis-ci.com/user/deployment/pypi/#Uploading-different-distributions Fixes #493
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4dee48b..f5e9aca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,7 @@ deploy:
user: ib.lundgren
password:
secure: PGZF9pRiTGCSwQjk1ddTKF3x4rQ0iAiPbg2uSixyO68uMXRgJjwHhSrNM0OEqtK5YWU5FE5L0DwR1nkrpEJKO4a5q2EOgos+gVoKpJfinoUNOOkjc1VHpqKM0uRf/OKrw1alvWUwqvW8B+DOb9TY5c5VZxQuRL+iwdrtwzFlKls=
+ distributions: sdist bdist_wheel
on:
tags: true
repo: idan/oauthlib