From: Paul Brossier Date: Tue, 20 Nov 2018 22:51:18 +0000 (+0100) Subject: [ci] avoid building twice on appveyor X-Git-Tag: 0.4.8~24^2 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=0b9e3b8af7952c8321b6c53a06fd8abdd9332179;p=aubio.git [ci] avoid building twice on appveyor --- 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 .