Skip to content

Commit

Permalink
Fix automatic deployment on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
dean0x7d committed Jul 13, 2017
1 parent 19ed800 commit 5943174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test_script:
deploy_script:
- ps: |
if ($env:APPVEYOR_REPO_TAG -eq "true") {
pip install -U -q wheel twine
conda install -q setuptools wheel twine
cd $env:APPVEYOR_BUILD_FOLDER
$env:PB_NATIVE_SIMD = "OFF"
python setup.py bdist_wheel
Expand Down

0 comments on commit 5943174

Please sign in to comment.