From feda706d0dda2539176246dd221328122c66f77d Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Sat, 14 Jan 2023 06:24:26 -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 809a8b204..4421f5153 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -519,7 +519,7 @@ stages: # Enable on release: - job: PyPIPublish - condition: eq(0,1) + condition: eq(1,1) displayName: "Publish to PyPI" pool: vmImage: "ubuntu-latest"