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 @@ - - + + + +