mirror of https://github.com/KLayout/klayout.git
Including Python 3.14 for Windows in deployment too :(
This commit is contained in:
parent
ee31c6c612
commit
e9e0952cfe
|
|
@ -149,6 +149,11 @@ jobs:
|
|||
vmImage: 'windows-2022' # other options: 'macOS-10.13', 'ubuntu-16.04'
|
||||
steps:
|
||||
- checkout: none #skip checking out the default repository resource
|
||||
- task: DownloadBuildArtifacts@0
|
||||
displayName: 'Download Build Artifacts wheel-3.14.x64'
|
||||
inputs:
|
||||
artifactName: 'wheel-3.14.x64'
|
||||
downloadPath: '$(System.DefaultWorkingDirectory)'
|
||||
- task: DownloadBuildArtifacts@0
|
||||
displayName: 'Download Build Artifacts wheel-3.13.x64'
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue