ref: 0b9e3b8af7952c8321b6c53a06fd8abdd9332179
parent: 9fc16effe1cbe55023d46916f3e6421f02f8c50f
author: Paul Brossier <piem@piem.org>
date: Tue Nov 20 18:51:18 EST 2018
[ci] avoid building twice on appveyor
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -65,8 +65,6 @@
- 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 .