Skip to content

Commit

Permalink
Fix release dependency (#1903)
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang authored Dec 18, 2023
1 parent dbc39c5 commit 0ac08a2
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -536,18 +536,6 @@ jobs:
needs: [linux-wheel, macos-wheel] #, windows-wheel]
runs-on: ubuntu-20.04
steps:
- uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: macOS-arm64-3.9-wheel
path: macOS-arm64-3.9-wheel
- uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: macOS-arm64-3.10-wheel
path: macOS-arm64-3.10-wheel
- uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: macOS-arm64-3.11-wheel
path: macOS-arm64-3.11-wheel
- uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
with:
name: macOS-3.9-wheel
Expand Down Expand Up @@ -587,9 +575,6 @@ jobs:
- run: |
set -e -x
mkdir -p 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.9-wheel/*.whl wheelhouse/
cp macOS-3.10-wheel/*.whl wheelhouse/
cp macOS-3.11-wheel/*.whl wheelhouse/
Expand All @@ -607,7 +592,7 @@ jobs:
path: wheelhouse

release-macos-arm64:
name: Release
name: Release (MacOS arm64)
if: github.event_name == 'push'
needs: [macos-arm64-wheel]
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -678,7 +663,7 @@ jobs:
tags: tfsigio/candidate:${{ steps.info.outputs.version }}

release-candidate-macos-arm64:
name: Release Candidate
name: Release Candidate (MacOS arm64)
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
needs: [release-macos-arm64]
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 0ac08a2

Please sign in to comment.