Skip to content

Commit

Permalink
Update release candidate files
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Sep 7, 2023
1 parent 5187d6b commit 2cacbed
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ jobs:
name: ${{ runner.os }}-arm64-${{ matrix.python }}-wheel
path: wheelhouse


macos-bazel:
name: Bazel macOS
runs-on: macOS-11
Expand Down Expand Up @@ -521,9 +520,13 @@ jobs:
release:
name: Release
if: github.event_name == 'push'
needs: [linux-wheel, macos-wheel] #, windows-wheel]
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.11-wheel
path: macOS-arm64-3.11-wheel
- uses: actions/download-artifact@v1
with:
name: macOS-3.7-wheel
Expand Down Expand Up @@ -587,6 +590,7 @@ jobs:
- run: |
set -e -x
mkdir -p wheelhouse
cp macOS-arm64-3.11-wheel/*.whl wheelhouse/
cp macOS-3.7-wheel/*.whl wheelhouse/
cp macOS-3.8-wheel/*.whl wheelhouse/
cp macOS-3.9-wheel/*.whl wheelhouse/
Expand Down

0 comments on commit 2cacbed

Please sign in to comment.