Skip to content

Commit

Permalink
Also including Python 3.13 in upload part of Azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koefferlein committed Nov 13, 2024
1 parent 1e6448a commit b4dabe2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ jobs:
vmImage: 'windows-2019' # 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.13.x64'
inputs:
artifactName: 'wheel-3.13.x64'
downloadPath: '$(System.DefaultWorkingDirectory)'
- task: DownloadBuildArtifacts@0
displayName: 'Download Build Artifacts wheel-3.12.x64'
inputs:
Expand Down Expand Up @@ -177,6 +182,11 @@ jobs:
inputs:
artifactName: 'wheel-3.6.x64'
downloadPath: '$(System.DefaultWorkingDirectory)'
- task: DownloadBuildArtifacts@0
displayName: 'Download Build Artifacts wheel-3.13.x86'
inputs:
artifactName: 'wheel-3.13.x86'
downloadPath: '$(System.DefaultWorkingDirectory)'
- task: DownloadBuildArtifacts@0
displayName: 'Download Build Artifacts wheel-3.12.x86'
inputs:
Expand Down

0 comments on commit b4dabe2

Please sign in to comment.