Skip to content

Commit 0ac08a2

Browse files
authored
Fix release dependency (#1903)
1 parent dbc39c5 commit 0ac08a2

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -536,18 +536,6 @@ jobs:
536536
needs: [linux-wheel, macos-wheel] #, windows-wheel]
537537
runs-on: ubuntu-20.04
538538
steps:
539-
- uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
540-
with:
541-
name: macOS-arm64-3.9-wheel
542-
path: macOS-arm64-3.9-wheel
543-
- uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
544-
with:
545-
name: macOS-arm64-3.10-wheel
546-
path: macOS-arm64-3.10-wheel
547-
- uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
548-
with:
549-
name: macOS-arm64-3.11-wheel
550-
path: macOS-arm64-3.11-wheel
551539
- uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
552540
with:
553541
name: macOS-3.9-wheel
@@ -587,9 +575,6 @@ jobs:
587575
- run: |
588576
set -e -x
589577
mkdir -p wheelhouse
590-
cp macOS-arm64-3.9-wheel/*.whl wheelhouse/
591-
cp macOS-arm64-3.10-wheel/*.whl wheelhouse/
592-
cp macOS-arm64-3.11-wheel/*.whl wheelhouse/
593578
cp macOS-3.9-wheel/*.whl wheelhouse/
594579
cp macOS-3.10-wheel/*.whl wheelhouse/
595580
cp macOS-3.11-wheel/*.whl wheelhouse/
@@ -607,7 +592,7 @@ jobs:
607592
path: wheelhouse
608593

609594
release-macos-arm64:
610-
name: Release
595+
name: Release (MacOS arm64)
611596
if: github.event_name == 'push'
612597
needs: [macos-arm64-wheel]
613598
runs-on: ubuntu-20.04
@@ -678,7 +663,7 @@ jobs:
678663
tags: tfsigio/candidate:${{ steps.info.outputs.version }}
679664

680665
release-candidate-macos-arm64:
681-
name: Release Candidate
666+
name: Release Candidate (MacOS arm64)
682667
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
683668
needs: [release-macos-arm64]
684669
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)