We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dfca9f commit 4802e55Copy full SHA for 4802e55
ci/release.yml
@@ -280,11 +280,12 @@ jobs:
280
displayName: 'Remove MSIX'
281
282
- ${{ if eq(parameters.Publish, 'true') }}:
283
- - task: DownloadSecureFile@1
284
- name: sshkey
285
- inputs:
286
- secureFile: pydotorg-ssh.ppk
287
- displayName: 'Download PuTTY key'
+ - ${{ if eq(parameters.Sign, 'true') }}:
+ - task: DownloadSecureFile@1
+ name: sshkey
+ inputs:
+ secureFile: pydotorg-ssh.ppk
288
+ displayName: 'Download PuTTY key'
289
290
- powershell: |
291
git clone https://github.com/python/cpython-bin-deps --branch putty --single-branch --depth 1 --progress -v "putty"
0 commit comments