From e9e0952cfe7b55202ed9199eeaf4b0f034c9c3f5 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Wed, 11 Feb 2026 23:39:41 +0100 Subject: [PATCH] Including Python 3.14 for Windows in deployment too :( --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 43415d262..8179457da 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -149,6 +149,11 @@ jobs: vmImage: 'windows-2022' # 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.14.x64' + inputs: + artifactName: 'wheel-3.14.x64' + downloadPath: '$(System.DefaultWorkingDirectory)' - task: DownloadBuildArtifacts@0 displayName: 'Download Build Artifacts wheel-3.13.x64' inputs: