From f45bed1228113b4a91fbcf27aff4a635f39a436d Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Thu, 7 Sep 2023 21:58:27 -0700 Subject: [PATCH] Add additional pip packages build (#1849) --- .github/workflows/build.yml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73b9f689a..60b50f221 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -135,7 +135,7 @@ jobs: runs-on: [self-hosted, macOS, ARM64] strategy: matrix: - python: ['3.10', '3.11'] + python: ['3.7', '3.8', '3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v2 - uses: actions/download-artifact@v1 @@ -522,6 +522,22 @@ jobs: needs: [linux-wheel, macos-wheel, macos-arm64-wheel] #, windows-wheel] runs-on: ubuntu-20.04 steps: + - uses: actions/download-artifact@v1 + with: + name: macOS-arm64-3.7-wheel + path: macOS-arm64-3.7-wheel + - uses: actions/download-artifact@v1 + with: + name: macOS-arm64-3.8-wheel + path: macOS-arm64-3.8-wheel + - uses: actions/download-artifact@v1 + with: + name: macOS-arm64-3.9-wheel + path: macOS-arm64-3.9-wheel + - uses: actions/download-artifact@v1 + with: + name: macOS-arm64-3.10-wheel + path: macOS-arm64-3.10-wheel - uses: actions/download-artifact@v1 with: name: macOS-arm64-3.11-wheel @@ -589,6 +605,10 @@ jobs: - run: | set -e -x mkdir -p wheelhouse + cp macOS-arm64-3.7-wheel/*.whl wheelhouse/ + cp macOS-arm64-3.8-wheel/*.whl wheelhouse/ + cp macOS-arm64-3.9-wheel/*.whl wheelhouse/ + cp macOS-arm64-3.10-wheel/*.whl wheelhouse/ cp macOS-arm64-3.11-wheel/*.whl wheelhouse/ cp macOS-3.7-wheel/*.whl wheelhouse/ cp macOS-3.8-wheel/*.whl wheelhouse/