From a9484a1aa800d55c022d7bb9681d9198e2e84449 Mon Sep 17 00:00:00 2001 From: anakinxc <103552181+anakinxc@users.noreply.github.com> Date: Fri, 29 Dec 2023 17:24:03 +0800 Subject: [PATCH] Update dev-release-config.yml --- .circleci/dev-release-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/dev-release-config.yml b/.circleci/dev-release-config.yml index d513e65b..01ae9660 100644 --- a/.circleci/dev-release-config.yml +++ b/.circleci/dev-release-config.yml @@ -61,7 +61,7 @@ jobs: - run: name: "build package and publish" command: | - conda create -n build python=3.8 -y + conda create -n build python=3.9 -y conda activate build sh ./build_wheel_entrypoint.sh