mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-07 03:21:34 +02:00
Including Python 3.14 for Windows in deployment too :(
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user