mirror of https://github.com/KLayout/klayout.git
Include deployment of Python 3.12 support for klayout PyPI module
This commit is contained in:
parent
20a23d8e8a
commit
78bc400a15
|
|
@ -136,6 +136,11 @@ jobs:
|
|||
vmImage: 'windows-2019' # 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.12.x64'
|
||||
inputs:
|
||||
artifactName: 'wheel-3.12.x64'
|
||||
downloadPath: '$(System.DefaultWorkingDirectory)'
|
||||
- task: DownloadBuildArtifacts@0
|
||||
displayName: 'Download Build Artifacts wheel-3.11.x64'
|
||||
inputs:
|
||||
|
|
@ -166,6 +171,11 @@ jobs:
|
|||
inputs:
|
||||
artifactName: 'wheel-3.6.x64'
|
||||
downloadPath: '$(System.DefaultWorkingDirectory)'
|
||||
- task: DownloadBuildArtifacts@0
|
||||
displayName: 'Download Build Artifacts wheel-3.12.x86'
|
||||
inputs:
|
||||
artifactName: 'wheel-3.12.x86'
|
||||
downloadPath: '$(System.DefaultWorkingDirectory)'
|
||||
- task: DownloadBuildArtifacts@0
|
||||
displayName: 'Download Build Artifacts wheel-3.11.x86'
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue