Skip to content

Commit e46ae62

Browse files
committed
use correct python when uploading artifacts
1 parent 3396bdf commit e46ae62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ artifacts:
9595

9696
deploy_script:
9797
- cd %APPVEYOR_BUILD_FOLDER%
98-
- if "%APPVEYOR_REPO_TAG%"=="true" (python -m twine upload -u %USER% -p %PASS% --skip-existing dist/opencv*) else (echo "Tag not set, deployment skipped.")
98+
- if "%APPVEYOR_REPO_TAG%"=="true" ("%PYTHON%/python.exe" -m twine upload -u %USER% -p %PASS% --skip-existing dist/opencv*) else (echo "Tag not set, deployment skipped.")

0 commit comments

Comments
 (0)