.circleci/config.yml: update install rule name
authorPaul Brossier <piem@piem.org>
Wed, 26 Sep 2018 09:52:09 +0000 (11:52 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 26 Sep 2018 09:52:09 +0000 (11:52 +0200)
.circleci/config.yml

index e44228d..4dd1982 100644 (file)
@@ -15,7 +15,7 @@ build-wheel: &build-wheel
     pip wheel -v -v -v --wheel-dir=dist .
 
 install-wheel: &install-wheel
-  name: Build python wheel
+  name: Install python wheel
   command: |
     pip install --user dist/aubio*.whl