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