Changeset 6e4dc1b


Ignore:
Timestamp:
Sep 24, 2018, 11:11:26 PM (6 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
cdc610b
Parents:
b801583
Message:

.appveyor.yml: fix indentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .appveyor.yml

    rb801583 r6e4dc1b  
    6767  # build python module without using libaubio
    6868  - pip wheel -v -v -v --wheel-dir=dist .
    69  - ps: |
    70       # build, upload and install wheel (inspired by numpy's appveyor)
     69  # build, upload and install wheel (inspired by numpy's appveyor)
     70  - ps: |
    7171      pip wheel -v -v -v --wheel-dir=dist .
    7272      ls dist -r | Foreach-Object {
Note: See TracChangeset for help on using the changeset viewer.