From 0b9e3b8af7952c8321b6c53a06fd8abdd9332179 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 20 Nov 2018 23:51:18 +0100 Subject: [PATCH] [ci] avoid building twice on appveyor --- .appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9b1dcbc3..d7c51f2e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -65,8 +65,6 @@ build_script: - python waf configure build install --verbose --msvc_version="msvc 14.0" # clean before building python package - python waf distclean - # build python module without using libaubio - - pip wheel -v -v -v --wheel-dir=dist . # build, upload and install wheel (inspired by numpy's appveyor) - ps: | pip wheel -v -v -v --wheel-dir=dist . -- 2.11.0