Skip to content

Commit

Permalink
Try fixing appveyor.yml syntax error [ski travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Mar 14, 2020
1 parent 163e9c0 commit b2ea6e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Expand Up @@ -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 }
}

0 comments on commit b2ea6e4

Please sign in to comment.