From e62811876d646c08f8f86d4fb7c4220400811f54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=80=8D=E5=AE=B8?= Date: Mon, 11 Mar 2024 12:55:01 +0800 Subject: [PATCH] Fix macOS dev publish --- .circleci/release-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/release-config.yml b/.circleci/release-config.yml index 3f8b81d0..fdb5d888 100644 --- a/.circleci/release-config.yml +++ b/.circleci/release-config.yml @@ -128,7 +128,7 @@ workflows: name: macOS_dev_publish matrix: parameters: - python_ver: ["3.9", "3.10", "3.11"] + python_ver: ["3.10"] filters: tags: only: /.*(?<=dev\d{8})$/