Skip to content

Commit 8126b6c

Browse files
committed
Fix publishing step
1 parent e4d10a6 commit 8126b6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,9 @@ stages:
417417
UPLOAD_HOST: $(PyDotOrgServer)
418418
UPLOAD_HOST_KEY: $(PyDotOrgHostKey)
419419
UPLOAD_USER: $(PyDotOrgUsername)
420-
${{ if ne(parameters.SigningCertificate, 'PythonSoftwareFoundation') }}:
420+
${{ if eq(parameters.SigningCertificate, 'PythonSoftwareFoundation') }}:
421421
UPLOAD_KEYFILE: $(sshkey.secureFilePath)
422+
${{ else }}:
422423
NO_UPLOAD: 1
423424
424425
- ${{ if eq(parameters.SigningCertificate, 'PythonSoftwareFoundation') }}:

0 commit comments

Comments
 (0)