From bd26301b8099c3d4ba03f190221f64a1d0ee9f40 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Thu, 19 Sep 2019 16:42:03 -0700 Subject: [PATCH] update to pypirc Signed-off-by: Nikolaj Bjorner --- scripts/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release.yml b/scripts/release.yml index 1616711b2..28f323daa 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -137,11 +137,11 @@ jobs: artifactName: 'Python packages' targetPath: dist - task: DownloadSecureFile@1 - name: testpypirc + name: pypirc inputs: secureFile: 'testpypirc' - script: python -m pip install --user -U setuptools wheel twine - - script: python -m twine upload --config-file $(testpypirc.secureFilePath) -r $(pypiReleaseServer) dist/* + - script: python -m twine upload --config-file $(oypirc.secureFilePath) -r $(pypiReleaseServer) dist/* # TBD: run regression tests on generated binaries.