mirror of https://github.com/KLayout/klayout.git
Removing obsolete wheels from Azure pipeline deployment
This commit is contained in:
parent
f70c3abff5
commit
54dd7c519b
|
|
@ -150,26 +150,6 @@ jobs:
|
|||
inputs:
|
||||
artifactName: 'wheel-3.10.x64'
|
||||
downloadPath: '$(System.DefaultWorkingDirectory)'
|
||||
- task: DownloadBuildArtifacts@0
|
||||
displayName: 'Download Build Artifacts wheel-3.9.x64'
|
||||
inputs:
|
||||
artifactName: 'wheel-3.9.x64'
|
||||
downloadPath: '$(System.DefaultWorkingDirectory)'
|
||||
- task: DownloadBuildArtifacts@0
|
||||
displayName: 'Download Build Artifacts wheel-3.8.x64'
|
||||
inputs:
|
||||
artifactName: 'wheel-3.8.x64'
|
||||
downloadPath: '$(System.DefaultWorkingDirectory)'
|
||||
- task: DownloadBuildArtifacts@0
|
||||
displayName: 'Download Build Artifacts wheel-3.7.x64'
|
||||
inputs:
|
||||
artifactName: 'wheel-3.7.x64'
|
||||
downloadPath: '$(System.DefaultWorkingDirectory)'
|
||||
- task: DownloadBuildArtifacts@0
|
||||
displayName: 'Download Build Artifacts wheel-3.6.x64'
|
||||
inputs:
|
||||
artifactName: 'wheel-3.6.x64'
|
||||
downloadPath: '$(System.DefaultWorkingDirectory)'
|
||||
- task: DownloadBuildArtifacts@0
|
||||
displayName: 'Download Build Artifacts wheel-3.14.x86'
|
||||
inputs:
|
||||
|
|
@ -195,26 +175,6 @@ jobs:
|
|||
inputs:
|
||||
artifactName: 'wheel-3.10.x86'
|
||||
downloadPath: '$(System.DefaultWorkingDirectory)'
|
||||
- task: DownloadBuildArtifacts@0
|
||||
displayName: 'Download Build Artifacts wheel-3.9.x86'
|
||||
inputs:
|
||||
artifactName: 'wheel-3.9.x86'
|
||||
downloadPath: '$(System.DefaultWorkingDirectory)'
|
||||
- task: DownloadBuildArtifacts@0
|
||||
displayName: 'Download Build Artifacts wheel-3.8.x86'
|
||||
inputs:
|
||||
artifactName: 'wheel-3.8.x86'
|
||||
downloadPath: '$(System.DefaultWorkingDirectory)'
|
||||
- task: DownloadBuildArtifacts@0
|
||||
displayName: 'Download Build Artifacts wheel-3.7.x86'
|
||||
inputs:
|
||||
artifactName: 'wheel-3.7.x86'
|
||||
downloadPath: '$(System.DefaultWorkingDirectory)'
|
||||
- task: DownloadBuildArtifacts@0
|
||||
displayName: 'Download Build Artifacts wheel-3.6.x86'
|
||||
inputs:
|
||||
artifactName: 'wheel-3.6.x86'
|
||||
downloadPath: '$(System.DefaultWorkingDirectory)'
|
||||
- task: CopyFiles@2
|
||||
condition: always()
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue