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