diff --git a/.win-build.yml b/.win-build.yml index 3e2fe65f5..03f4ef343 100644 --- a/.win-build.yml +++ b/.win-build.yml @@ -35,7 +35,7 @@ install: # Upgrade to the latest version of pip to avoid it displaying warnings # about it being out of date. - #- "pip install --disable-pip-version-check --user --upgrade pip" + - "pip install --disable-pip-version-check --user --upgrade pip" # Install the build dependencies of the project. If some dependencies contain # compiled extensions and are not provided as pre-built wheel packages, @@ -60,7 +60,7 @@ after_test: artifacts: # Archive the generated packages in the ci.appveyor.com build report. - #- path: dist\* + - path: dist\* #on_success: # - TODO: upload the content of dist/*.whl to a public wheelhouse