From 619ed978a610a8c194da21875c987b31992c5546 Mon Sep 17 00:00:00 2001 From: Alan Fregtman <941331+darkvertex@users.noreply.github.com> Date: Sun, 2 Sep 2018 20:30:00 -0400 Subject: [PATCH] Edit Travis config to build a Python wheel (.whl) along with the .tar.gz file. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 39c0ed9..9931ff7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,5 @@ deploy: secure: YtlMrnT8XqB3sAm9ludEI3DbW5Warh25+6C2gg3+nDhW7/tTcyh4bfxtaTnzCq28qHOM6hSQpZ5xett/jLW+EFRCBr9O8R78Vd3jMsSEn7VMfRy1+XVwyEwg8yXRltT1810pdXRQfKIarG/63lf+Jikm72ecnRsn7dHPRMAYoJ8= on: tags: true + distributions: "sdist bdist_wheel" repo: pyblish/pyblish-maya