From 65b2fd0f28fcc9aecc32d73442ef1d980fc4e7ef Mon Sep 17 00:00:00 2001 From: Ashley Camba Garrido Date: Wed, 13 Sep 2017 13:05:27 +0200 Subject: Add zip format to travis distribution --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 522ada8..8c98a69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -117,7 +117,7 @@ jobs: deploy: provider: pypi user: sentry - distributions: "sdist bdist_wheel" + distributions: "sdist--formats=gztar,zip bdist_wheel" on: tags: true repo: sentry/python-raven -- cgit v1.2.1