From 0529e88589f73119e258a1697cbbc8272cc69d54 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Sat, 23 Apr 2022 19:51:25 +0100 Subject: [PATCH] enable 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 71557021a..49624f270 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"