From: Paul Brossier Date: Mon, 24 Sep 2018 21:11:26 +0000 (+0200) Subject: .appveyor.yml: fix indentation X-Git-Tag: 0.4.8~100^2~7 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=6e4dc1ba73775ab94cf16ab88fc2f518cead6e11;p=aubio.git .appveyor.yml: fix indentation --- diff --git a/.appveyor.yml b/.appveyor.yml index efd37901..a9f308be 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -66,8 +66,8 @@ build_script: - python waf distclean configure build install --verbose --msvc_version="msvc 14.0" # build python module without using libaubio - pip wheel -v -v -v --wheel-dir=dist . - - ps: | - # build, upload and install wheel (inspired by numpy's appveyor) + # build, upload and install wheel (inspired by numpy's appveyor) + - ps: | pip wheel -v -v -v --wheel-dir=dist . ls dist -r | Foreach-Object { Push-AppveyorArtifact $_.FullName