From 4c910fb315c9831a36c28686bee05473e4adbc1b Mon Sep 17 00:00:00 2001 From: Olli-Pekka Heinisuo Date: Sat, 16 Apr 2016 00:46:06 +0300 Subject: [PATCH] fix wheel calls --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d19b58b..edd9d2c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,13 +55,13 @@ build_script: xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\build\lib\python3\Release\*.pyd" cv2 - C:\Python35\python.exe python setup.py bdist_wheel --opencv-version 0.0.0 + C:\Python35\python.exe python bdist_wheel --opencv-version 0.0.0 del cv2\*.pyd xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\build64\lib\python3\Release\*.pyd" cv2 - C:\Python35-x64\python.exe python setup.py bdist_wheel --opencv-version 0.0.0 + C:\Python35-x64\python.exe setup.py bdist_wheel --opencv-version 0.0.0 del cv2\*.pyd -- GitLab