From ba911009e4fe9a823564bdf924cf559065739842 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Thu, 11 May 2023 16:54:40 -0700 Subject: [PATCH] disable publish Signed-off-by: Nikolaj Bjorner --- scripts/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.yml b/scripts/release.yml index 7d3ec1085a0..9a3fcae8c68 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -558,7 +558,7 @@ stages: # Enable on release: - job: PyPIPublish - condition: eq(1,1) + condition: eq(1,0) displayName: "Publish to PyPI" pool: vmImage: "ubuntu-latest"