mirror of https://github.com/KLayout/klayout.git
Also adding win32 images for Python 3.14 packages
This commit is contained in:
parent
e9e0952cfe
commit
88efda71e6
|
|
@ -194,6 +194,11 @@ jobs:
|
|||
inputs:
|
||||
artifactName: 'wheel-3.6.x64'
|
||||
downloadPath: '$(System.DefaultWorkingDirectory)'
|
||||
- task: DownloadBuildArtifacts@0
|
||||
displayName: 'Download Build Artifacts wheel-3.14.x86'
|
||||
inputs:
|
||||
artifactName: 'wheel-3.14.x86'
|
||||
downloadPath: '$(System.DefaultWorkingDirectory)'
|
||||
- task: DownloadBuildArtifacts@0
|
||||
displayName: 'Download Build Artifacts wheel-3.13.x86'
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue