Also adding win32 images for Python 3.14 packages

This commit is contained in:
Matthias Koefferlein 2026-02-12 07:19:36 +01:00
parent e9e0952cfe
commit 88efda71e6
1 changed files with 5 additions and 0 deletions

View File

@ -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: