Skip to content

Commit 79fab19

Browse files
committed
Set signing description for feed
1 parent c15173f commit 79fab19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

windows-release/stage-publish-pymanager.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
- group: CPythonSign
3737
- ${{ if eq(parameters.SigningCertificate, 'TestSign') }}:
3838
- group: CPythonTestSign
39+
# Override the SigningDescription here, since we're only signing the feed
40+
# and not the actual binaries.
41+
- name: SigningDescription
42+
value: "Python $(Build.BuildNumber)"
3943

4044
workspace:
4145
clean: all

0 commit comments

Comments
 (0)