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