From ab70ad4c0e00f42fd63d9957af007de2732cb130 Mon Sep 17 00:00:00 2001 From: cheqianh Date: Mon, 12 Feb 2024 17:34:34 -0800 Subject: [PATCH] update --- .github/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea335b72..334a57aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,8 +91,6 @@ jobs: strategy: fail-fast: true matrix: - python-version: ['3.10'] -# os: [macOS-13-arm64, windows-latest, ubuntu-latest] include: - os: macos-latest arch: x86_64 @@ -108,6 +106,11 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Set up Python 3.11 + uses: actions/setup-python@v2 + with: + python-version: '3.10' + - name: Set up pip and setuptools run: | pip3 install -U pip