diff options
author | Steve Dower <steve.dower@python.org> | 2019-07-13 09:46:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-13 09:46:16 (GMT) |
commit | 994a3b88dca852696351358e2743313e546b5ecf (patch) | |
tree | acec13361fb078df7bbe6529c36e363ae051b596 /Tools | |
parent | fb6c1f8d3b116c7e3e3f814bf750d984a2f2ecbf (diff) | |
download | cpython-994a3b88dca852696351358e2743313e546b5ecf.zip cpython-994a3b88dca852696351358e2743313e546b5ecf.tar.gz cpython-994a3b88dca852696351358e2743313e546b5ecf.tar.bz2 |
Enable publish of Windows releases through Azure Pipelines (GH-14720)
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/msi/uploadrelease.ps1 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/msi/uploadrelease.ps1 b/Tools/msi/uploadrelease.ps1 index b6fbeea..469a968 100644 --- a/Tools/msi/uploadrelease.ps1 +++ b/Tools/msi/uploadrelease.ps1 @@ -164,5 +164,4 @@ if (-not $skiphash) { Out-String -Width 4096 $hashes | clip $hashes - popd } |