From cf9f0416cf8e34289df888189bc5a112f3713d50 Mon Sep 17 00:00:00 2001 From: Zheng-Bicheng Date: Fri, 14 Jun 2024 19:18:39 +0800 Subject: [PATCH] update --- .github/workflows/release_linux_aarch64.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release_linux_aarch64.yml b/.github/workflows/release_linux_aarch64.yml index 578c1e663..c59cc4dfa 100644 --- a/.github/workflows/release_linux_aarch64.yml +++ b/.github/workflows/release_linux_aarch64.yml @@ -14,8 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - # python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12'] - python-version: [ '3.8'] + python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12'] architecture: [ 'x64' ] steps: