mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Fix publishing of Windows release (GH-15006)
This commit is contained in:
parent
44212ec811
commit
fe330fc4ad
2 changed files with 5 additions and 1 deletions
|
|
@ -36,6 +36,6 @@ jobs:
|
|||
condition: and(succeeded(), eq(variables['SigningCertificate'], variables['__RealSigningCertificate']))
|
||||
inputs:
|
||||
command: push
|
||||
packagesToPush: $(Build.BinariesDirectory)\nuget\*.nupkg'
|
||||
packagesToPush: '$(Build.BinariesDirectory)\nuget\*.nupkg'
|
||||
nuGetFeedType: external
|
||||
publishFeedCredentials: 'Python on Nuget'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue