diff --git a/CI/deploy-3.7-VS2017.bat b/CI/deploy-3.7-VS2017.bat index 2893a6620bbe24e41ada8a0c67c9e73532b88cab..4db9142d1f1dff8760c2c0a6c8fe368ebb40ea8c 100644 --- a/CI/deploy-3.7-VS2017.bat +++ b/CI/deploy-3.7-VS2017.bat @@ -1,3 +1,2 @@ mkdir release -cd dist3 -FOR %%a IN (*.whl) DO copy %%a ..\release +copy dist3\*.whl release\ /Y