From 6e4dc1ba73775ab94cf16ab88fc2f518cead6e11 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 24 Sep 2018 23:11:26 +0200 Subject: [PATCH] .appveyor.yml: fix indentation --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.11.0