.appveyor.yml: fix indentation
authorPaul Brossier <piem@piem.org>
Mon, 24 Sep 2018 21:11:26 +0000 (23:11 +0200)
committerPaul Brossier <piem@piem.org>
Mon, 24 Sep 2018 21:11:26 +0000 (23:11 +0200)
.appveyor.yml

index efd3790..a9f308b 100644 (file)
@@ -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 .
   - 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
       pip wheel -v -v -v --wheel-dir=dist .
       ls dist -r | Foreach-Object {
           Push-AppveyorArtifact $_.FullName