Skip to content

Commit

Permalink
Appveyor: switch DO_WHEELS to True
Browse files Browse the repository at this point in the history
Apparently we forgot to change it to `True` after the server sync, which resulted in the latest (today) master wheels being from 13th May.
  • Loading branch information
KeyWeeUsr committed Jun 20, 2017
1 parent 2316209 commit d982422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -3,7 +3,7 @@ os: Visual Studio 2015
environment:
WHEEL_DIR: C:\kivy_wheels
KIVY_BUILD_DIR: C:\kivy_build
DO_WHEEL: False
DO_WHEEL: True
KEY_WITH_NO_TEETH:
secure: 7cS7xjpCL/VH5jIIGSf13camkiu1enMh5hO0UsBgmRlBXyKk3t/7HB79ofyJKgDb
USE_SDL2: 1
Expand Down

0 comments on commit d982422

Please sign in to comment.