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 f5b9872 commit b5df5feCopy full SHA for b5df5fe
1 file changed
windows-release/azure-pipelines.yml
@@ -320,6 +320,7 @@ stages:
320
BuildToPublish: ${{ parameters.BuildToPublish }}
321
DoEmbed: ${{ parameters.DoEmbed }}
322
DoFreethreaded: ${{ parameters.DoFreethreaded }}
323
+ SigningCertificate: ${{ iif(eq(parameters.SigningCertificate, 'Unsigned'), '', parameters.SigningCertificate) }}
324
- ${{ if eq(parameters.DoMSI, 'true') }}:
325
- template: stage-publish-pythonorg.yml
326
parameters:
0 commit comments