From 7e407a53d6a615a21383ddd835ea158252ef358f Mon Sep 17 00:00:00 2001 From: florimondmanca Date: Fri, 11 Mar 2022 16:28:31 +0100 Subject: [PATCH] Fix publish pythonVersion --- ci/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index f40ef10..c9d9ca4 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -71,4 +71,4 @@ stages: - template: job--python-publish.yml@templates parameters: token: $(pypiToken) - pythonVersion: "3.10" + pythonVersion: "3.8"