From 517d907567f4283ad8b48ff9c2a3f6dce838569e Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Wed, 20 Jan 2021 12:06:47 -0800 Subject: [PATCH] Update release.yml for Azure Pipelines --- scripts/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.yml b/scripts/release.yml index 55157bc8fb7..95f1431c919 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -346,7 +346,7 @@ stages: # Enable on release: - job: PyPIPublish - condition: eq(0,1) + condition: eq(1,1) displayName: "Publish to PyPI" pool: vmImage: "ubuntu-latest"