Skip to content

Commit

Permalink
Attempt to fix appveyor windows build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
qcapen committed Aug 31, 2017
1 parent f7487fd commit 8d4013e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Expand Up @@ -181,7 +181,9 @@ build_script:
python ../build_scripts/rename_wheels.py
echo "Uploding wheels to pypi..."
python -m twine upload -u $env:pypi_user -p $env:pypi_password --skip-existing *
$output Invoke-Expression "python -m twine upload -u $env:pypi_user -p $env:pypi_password --skip-existing *" -ErrorVariable e
echo $output
echo $e
}
test_script:
Expand Down

0 comments on commit 8d4013e

Please sign in to comment.