diff --git a/scripts/release.yml b/scripts/release.yml index 28f323daa72..d9101ce183e 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -139,9 +139,9 @@ jobs: - task: DownloadSecureFile@1 name: pypirc inputs: - secureFile: 'testpypirc' + secureFile: 'pypirc' - script: python -m pip install --user -U setuptools wheel twine - - script: python -m twine upload --config-file $(oypirc.secureFilePath) -r $(pypiReleaseServer) dist/* + - script: python -m twine upload --config-file $(pypirc.secureFilePath) -r $(pypiReleaseServer) dist/* # TBD: run regression tests on generated binaries.