Skip to content

Commit

Permalink
Fix Appveyor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lelit committed May 11, 2018
1 parent c4809b1 commit f53e987
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 @@ -17,7 +17,7 @@ environment:
install: "git submodule update --init --recursive"

build_script:
- "%PYTHON% -m pip install cibuildwheel==0.8.0
- "%PYTHON% -m pip install cibuildwheel==0.8.0"
- "%PYTHON% -m cibuildwheel --output-dir wheelhouse"
- ps: >-
if ($env:APPVEYOR_REPO_TAG -eq "true") {
Expand Down

0 comments on commit f53e987

Please sign in to comment.