Skip to content

Commit 4802e55

Browse files
committed
Don't touch secure file in test builds
1 parent 4dfca9f commit 4802e55

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

ci/release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -280,11 +280,12 @@ jobs:
280280
displayName: 'Remove MSIX'
281281
282282
- ${{ if eq(parameters.Publish, 'true') }}:
283-
- task: DownloadSecureFile@1
284-
name: sshkey
285-
inputs:
286-
secureFile: pydotorg-ssh.ppk
287-
displayName: 'Download PuTTY key'
283+
- ${{ if eq(parameters.Sign, 'true') }}:
284+
- task: DownloadSecureFile@1
285+
name: sshkey
286+
inputs:
287+
secureFile: pydotorg-ssh.ppk
288+
displayName: 'Download PuTTY key'
288289

289290
- powershell: |
290291
git clone https://github.com/python/cpython-bin-deps --branch putty --single-branch --depth 1 --progress -v "putty"

0 commit comments

Comments
 (0)