diff --git a/scripts/release.yml b/scripts/release.yml index acc647f67..2a3d6d7d8 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