From 71d5d2486c2894dfce13eda291333c4498100077 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Thu, 18 Nov 2021 15:01:43 -0800 Subject: [PATCH] Update release.yml for Azure Pipelines --- scripts/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release.yml b/scripts/release.yml index acc647f6766..2a3d6d7d85a 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -399,7 +399,7 @@ stages: - task: DownloadSecureFile@1 name: pypirc inputs: - secureFile: 'pypirc2' + secureFile: 'pypircs' - script: python3 -m pip install --upgrade pip - script: python3 -m pip install --user -U setuptools importlib_metadata wheel twine - - script: python3 -m twine upload --config-file $(pypirc2) -r $(pypiReleaseServer) dist/* \ No newline at end of file + - script: python3 -m twine upload --config-file $(pypircs.secureFilePath) -r $(pypiReleaseServer) dist/* \ No newline at end of file