Build updates for windows (#1847)

This commit is contained in:
Karthik Nadig 2019-10-15 14:20:34 -07:00 committed by GitHub
parent c0108c08b5
commit 1c1728355e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

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

View file

@ -1,8 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microbuild.Core" version="0.3.0" />
<package id="Python" version="3.7.2" />
<package id="Pythonx86" version="3.7.2" />
<package id="Python" version="3.8.0" />
<package id="Pythonx86" version="3.8.0" />
<package id="Python" version="3.7.5" />
<package id="Pythonx86" version="3.7.5" />
<package id="Python" version="3.6.8" />
<package id="Pythonx86" version="3.6.8" />
<package id="Python" version="3.5.4" />