Skip to content
Snippets Groups Projects
Commit ddd6950d authored by Isaak Lim's avatar Isaak Lim
Browse files

Update CI/deploy-3.7-VS2017.bat, .gitlab-ci.yml files

parent e768a7f5
Branches
Tags 1.1.5
No related merge requests found
Pipeline #14715 passed
......@@ -160,10 +160,7 @@ deploy-3.7-VS2017:
- python37
dependencies:
- build-3.7-VS2017
script:
- mkdir release
- cd dist3
- FOR %a IN (*.whl) DO copy %a ..\release
script: "CI\\deploy-3.7-VS2017.bat"
artifacts:
paths:
- release/*.whl
......
mkdir release
cd dist3
FOR %%a IN (*.whl) DO copy %%a ..\release
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment