From 01b9a56235bd1e76aa882c6fb0f0ca025d3aef30 Mon Sep 17 00:00:00 2001 From: Ellis Percival <flyte@failcode.co.uk> Date: Mon, 18 Jan 2021 19:14:01 +0000 Subject: [PATCH] Publish Python 2.7 wheel as well --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 715e328..5c34373 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ jobs: - stage: publish script: skip - python: 3.6 + python: 2.7 deploy: provider: pypi user: flyte -- GitLab