From e8f627cde908d52bf0b68ad4998d0cd351e6cdc3 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Sun, 8 Jun 2025 12:46:18 -0700 Subject: [PATCH] disable pypi publishing 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 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"