We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d10a6 commit 8126b6cCopy full SHA for 8126b6c
ci/release.yml
@@ -417,8 +417,9 @@ stages:
417
UPLOAD_HOST: $(PyDotOrgServer)
418
UPLOAD_HOST_KEY: $(PyDotOrgHostKey)
419
UPLOAD_USER: $(PyDotOrgUsername)
420
- ${{ if ne(parameters.SigningCertificate, 'PythonSoftwareFoundation') }}:
+ ${{ if eq(parameters.SigningCertificate, 'PythonSoftwareFoundation') }}:
421
UPLOAD_KEYFILE: $(sshkey.secureFilePath)
422
+ ${{ else }}:
423
NO_UPLOAD: 1
424
425
- ${{ if eq(parameters.SigningCertificate, 'PythonSoftwareFoundation') }}:
0 commit comments