ref: 6e4dc1ba73775ab94cf16ab88fc2f518cead6e11
parent: b8015830caa89ef3921831aa0beba232ac431f82
author: Paul Brossier <piem@piem.org>
date: Mon Sep 24 19:11:26 EDT 2018
.appveyor.yml: fix indentation
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -66,8 +66,8 @@
- 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