From c1f4cbe1c074dc3491b971646321b90ae852946f Mon Sep 17 00:00:00 2001 From: Alessandro Molina Date: Mon, 9 Apr 2018 22:58:14 +0200 Subject: [PATCH] Missing wheels support --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 5b1a8ef..5ff5ed2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -84,6 +84,7 @@ test_script: after_test: # If tests are successful, create binary packages for the project. + - "pip install wheel" - "python setup.py bdist_wheel" - ps: "ls dist"