From 88efda71e61135bc5e51efabfa2d0dac9f16280c Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Thu, 12 Feb 2026 07:19:36 +0100 Subject: [PATCH] Also adding win32 images for Python 3.14 packages --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8179457da..affe740df 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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: