diff --git a/scripts/release.yml b/scripts/release.yml index cde59c156..10c977f59 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -325,4 +325,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