mirror of https://github.com/KLayout/klayout.git
Also including Python 3.13 in upload part of Azure pipeline
This commit is contained in:
parent
1e6448a4ce
commit
b4dabe29e5
|
|
@ -142,6 +142,11 @@ jobs:
|
||||||
vmImage: 'windows-2019' # other options: 'macOS-10.13', 'ubuntu-16.04'
|
vmImage: 'windows-2019' # other options: 'macOS-10.13', 'ubuntu-16.04'
|
||||||
steps:
|
steps:
|
||||||
- checkout: none #skip checking out the default repository resource
|
- checkout: none #skip checking out the default repository resource
|
||||||
|
- task: DownloadBuildArtifacts@0
|
||||||
|
displayName: 'Download Build Artifacts wheel-3.13.x64'
|
||||||
|
inputs:
|
||||||
|
artifactName: 'wheel-3.13.x64'
|
||||||
|
downloadPath: '$(System.DefaultWorkingDirectory)'
|
||||||
- task: DownloadBuildArtifacts@0
|
- task: DownloadBuildArtifacts@0
|
||||||
displayName: 'Download Build Artifacts wheel-3.12.x64'
|
displayName: 'Download Build Artifacts wheel-3.12.x64'
|
||||||
inputs:
|
inputs:
|
||||||
|
|
@ -177,6 +182,11 @@ jobs:
|
||||||
inputs:
|
inputs:
|
||||||
artifactName: 'wheel-3.6.x64'
|
artifactName: 'wheel-3.6.x64'
|
||||||
downloadPath: '$(System.DefaultWorkingDirectory)'
|
downloadPath: '$(System.DefaultWorkingDirectory)'
|
||||||
|
- task: DownloadBuildArtifacts@0
|
||||||
|
displayName: 'Download Build Artifacts wheel-3.13.x86'
|
||||||
|
inputs:
|
||||||
|
artifactName: 'wheel-3.13.x86'
|
||||||
|
downloadPath: '$(System.DefaultWorkingDirectory)'
|
||||||
- task: DownloadBuildArtifacts@0
|
- task: DownloadBuildArtifacts@0
|
||||||
displayName: 'Download Build Artifacts wheel-3.12.x86'
|
displayName: 'Download Build Artifacts wheel-3.12.x86'
|
||||||
inputs:
|
inputs:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue