Skip to content

Commit e9e0952

Browse files
author
Matthias Koefferlein
committed
Including Python 3.14 for Windows in deployment too :(
1 parent ee31c6c commit e9e0952

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@ jobs:
149149
vmImage: 'windows-2022' # other options: 'macOS-10.13', 'ubuntu-16.04'
150150
steps:
151151
- checkout: none #skip checking out the default repository resource
152+
- task: DownloadBuildArtifacts@0
153+
displayName: 'Download Build Artifacts wheel-3.14.x64'
154+
inputs:
155+
artifactName: 'wheel-3.14.x64'
156+
downloadPath: '$(System.DefaultWorkingDirectory)'
152157
- task: DownloadBuildArtifacts@0
153158
displayName: 'Download Build Artifacts wheel-3.13.x64'
154159
inputs:

0 commit comments

Comments
 (0)