]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix ordering issue in Windows release upload script (GH-18465)
authorSteve Dower <steve.dower@python.org>
Tue, 11 Feb 2020 17:32:52 +0000 (17:32 +0000)
committerGitHub <noreply@github.com>
Tue, 11 Feb 2020 17:32:52 +0000 (09:32 -0800)
Automerge-Triggered-By: @zooba
.azure-pipelines/windows-release/stage-publish-pythonorg.yml

index 8c95f1b950cd75e79a5584929aba729ead99d3b2..0474d40e4bc026d22a6034799998309dd3fb7421 100644 (file)
@@ -39,11 +39,6 @@ jobs:
       artifactName: embed
       downloadPath: $(Build.BinariesDirectory)
 
-  - powershell: 'gci *embed-arm*.zip | %{ Write-Host "Not publishing: $($_.Name)"; gi $_ } | del'
-    displayName: 'Prevent publishing ARM/ARM64 packages'
-    workingDirectory: '$(Build.BinariesDirectory)\embed'
-    condition: and(succeeded(), not(variables['PublishArmPackages']))
-
   - task: DownloadPipelineArtifact@1
     displayName: 'Download artifact from $(BuildToPublish): Doc'
     condition: and(succeeded(), variables['BuildToPublish'])
@@ -80,6 +75,11 @@ jobs:
       buildVersionToDownload: specific
       buildId: $(BuildToPublish)
 
+  - powershell: 'gci *embed-arm*.zip | %{ Write-Host "Not publishing: $($_.Name)"; gi $_ } | del'
+    displayName: 'Prevent publishing ARM/ARM64 packages'
+    workingDirectory: '$(Build.BinariesDirectory)\embed'
+    condition: and(succeeded(), not(variables['PublishArmPackages']))
+
 
   - template: ./gpg-sign.yml
     parameters: