From 4b85d90a54572f54b8b19d036d76d043cf116699 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Fri, 27 Oct 2017 08:56:28 -0700 Subject: 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 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') 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 -- cgit v1.2.1