diff --git a/scripts/release.yml b/scripts/release.yml index 561b3084d..064ee7a65 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -582,7 +582,7 @@ stages: # Enable on release: - job: PyPIPublish - condition: eq(1,1) + condition: eq(1,0) displayName: "Publish to PyPI" pool: vmImage: "ubuntu-latest"