From b14832ce582c834fb29b1d6e0a9c33cccb494b08 Mon Sep 17 00:00:00 2001 From: Zheng-Bicheng <58363586+Zheng-Bicheng@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:22:27 +0800 Subject: [PATCH] CI support aarch64 (#1288) * update * update --- .github/workflows/release_linux_aarch64.yml | 5 ++--- .github/workflows/release_linux_x86_64.yml | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release_linux_aarch64.yml b/.github/workflows/release_linux_aarch64.yml index b34850ad6..0d1c97650 100644 --- a/.github/workflows/release_linux_aarch64.yml +++ b/.github/workflows/release_linux_aarch64.yml @@ -12,8 +12,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: @@ -41,4 +40,4 @@ jobs: uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 with: user: __token__ - password: ${{ secrets.ZHENG_BICHENG_PYPI_TOKEN }} \ No newline at end of file + password: ${{ secrets.PADDLE2ONNX_API_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/release_linux_x86_64.yml b/.github/workflows/release_linux_x86_64.yml index 0a8e7e02d..2805ba6f3 100644 --- a/.github/workflows/release_linux_x86_64.yml +++ b/.github/workflows/release_linux_x86_64.yml @@ -12,8 +12,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: