From 1c1728355eb3ebff4447a9fc21c1174a193c5a94 Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Tue, 15 Oct 2019 14:20:34 -0700 Subject: [PATCH] Build updates for windows (#1847) --- packaging/win/build_all.ps1 | 2 +- packaging/win/packages.config | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/packaging/win/build_all.ps1 b/packaging/win/build_all.ps1 index f5805be9..d2c01bec 100644 --- a/packaging/win/build_all.ps1 +++ b/packaging/win/build_all.ps1 @@ -15,7 +15,7 @@ $env:SKIP_CYTHON_BUILD = "1" Get-ChildItem $dist\*.whl, $dist\*.zip | Remove-Item -Force -(Get-ChildItem $packages\python* -Directory -Filter '*python.3.7*') | ForEach-Object{ Get-Item $_\tools\python.exe } | Where-Object{ Test-Path $_ } | Select-Object -last 1 | ForEach-Object{ +(Get-ChildItem $packages\python* -Directory -Filter '*python.3.8*') | ForEach-Object{ Get-Item $_\tools\python.exe } | Where-Object{ Test-Path $_ } | Select-Object -last 1 | ForEach-Object{ Write-Host "Building with $_" & $_ -m pip install -U pip & $_ -m pip install -U pyfindvs setuptools wheel cython diff --git a/packaging/win/packages.config b/packaging/win/packages.config index 13ff0f5c..5961bdfe 100644 --- a/packaging/win/packages.config +++ b/packaging/win/packages.config @@ -1,8 +1,10 @@ - - + + + +