From b2ea6e42ff55a52cb8d21f55901a28f7f26e75e1 Mon Sep 17 00:00:00 2001 From: Jo Bovy Date: Sat, 14 Mar 2020 12:27:34 -0400 Subject: [PATCH] Try fixing appveyor.yml syntax error [ski travis] --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6213e3333..d42b140bf 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -50,6 +50,6 @@ after_test: - ps: | if ($env:BUILD_ARTIFACT -eq "true") { pip install wheel - python setup.py bdist_wheel - Get-ChildItem dist\*.whl | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } + python setup.py bdist_wheel + Get-ChildItem dist\*.whl | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } }