diff --git a/scripts/release.yml b/scripts/release.yml index 8df1a228f..e5785eae6 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -325,4 +325,4 @@ stages: - script: pip install --upgrade pip - script: python3 -m pip install --user -U setuptools importlib_metadata wheel twine # Uncomment on release: -# - script: python3 -m twine upload --config-file $(pypirc.secureFilePath) -r $(pypiReleaseServer) dist/* \ No newline at end of file + - script: python3 -m twine upload --config-file $(pypirc.secureFilePath) -r $(pypiReleaseServer) dist/* \ No newline at end of file