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 89f8401 commit 6e3043cCopy full SHA for 6e3043c
windows-release/stage-publish-pymanager.yml
@@ -108,6 +108,9 @@ jobs:
108
INDEX_URL: '$(PyDotOrgUrlPrefix)python/$(_PyManagerIndexFilename)'
109
INDEX_FILE: '$(Build.ArtifactStagingDirectory)\index\$(_PyManagerIndexFilename)'
110
MANIFEST_FILE: '$(Build.ArtifactStagingDirectory)\index\windows.json'
111
+ ${{ if variables['SIGN_COMMAND'] }}:
112
+ MAKECAT: $(MAKECAT)
113
+ SIGN_COMMAND: $(SIGN_COMMAND)
114
115
- powershell: |
116
"Uploading following packages:"
0 commit comments