From a97ad76bb630c5362ff711729e45be15149d15f8 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Sun, 15 Dec 2024 13:00:50 -0800 Subject: [PATCH] publish pypi 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 4518dd467..fde5fcf7d 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -581,7 +581,7 @@ stages: - job: NuGetPublish - condition: eq(1,0) + condition: eq(1,1) displayName: "Publish to NuGet.org" steps: - task: DownloadPipelineArtifact@2