From 43a827c931eb496913eb54e1d5d9837894a88567 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Thu, 18 Nov 2021 16:05:22 -0800 Subject: [PATCH] Update release.yml for Azure Pipelines --- scripts/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.yml b/scripts/release.yml index 2a3d6d7d85a..9a198274459 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -397,7 +397,7 @@ stages: artifact: 'PythonPackage' path: dist - task: DownloadSecureFile@1 - name: pypirc + name: pypircs inputs: secureFile: 'pypircs' - script: python3 -m pip install --upgrade pip