From 3bc1ae4aae0c4708fbdb9a5b596eeb8495bb8999 Mon Sep 17 00:00:00 2001 From: Linlang Date: Thu, 19 Dec 2024 23:32:53 +0800 Subject: [PATCH] rewrite deploy with macos --- .github/workflows/python-publish.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index dec88d845..397705af2 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -110,12 +110,7 @@ jobs: matrix: os: [macos-13, macos-latest] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] - # buildplat: - # - [macos-13, macosx_arm64] - # - [macos-13, macosx_x86_64] - # - [macos-14, macosx_arm64] - # - [macos-14, macosx_x86_64] - # python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}