8000 fix deploy script · Python3pkg/opencv-python@2d80789 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d80789

Browse files
committed
fix deploy script
1 parent 5a0a8aa commit 2d80789

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
@@ -108,5 +108,5 @@ artifacts:
108108
name: wheels
109109

110110
deploy_script:
111-
- cmd: IF "%APPVEYOR_REPO_TAG%" == "true" ( twine -u %USER% -p %PASS% -r pypitest dist/*" ) else ( echo "Tag not set, deployment skipped." )
111+
- if "%APPVEYOR_REPO_TAG%"=="true" (twine -u %USER% -p %PASS% -r pypitest dist/*) else (echo "Tag not set, deployment skipped.")
112112

0 commit comments

Comments
 (0)
0