From c6dad4a9ea90acbfabae280fb955495461d4cf55 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Fri, 22 Jul 2022 10:01:49 -0700 Subject: [PATCH] Update release.yml for Azure Pipelines Enable pypi publishing for 4.10 wheels --- scripts/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.yml b/scripts/release.yml index 497a00012..042eda657 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -521,7 +521,7 @@ stages: # Enable on release: - job: PyPIPublish - condition: eq(0,1) + condition: eq(1,1) displayName: "Publish to PyPI" pool: vmImage: "ubuntu-latest"