Skip to content

Commit d7e807e

Browse files
committed
actions: MACOs add final stage
1 parent 7167d12 commit d7e807e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/macos-wheels.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
with:
6363
pattern: macos-build-*
6464
path: artifacts/
65+
merge-multiple: true
6566
- name: Set up Python 3.13
6667
uses: actions/setup-python@v2
6768
with:
@@ -73,7 +74,6 @@ jobs:
7374
- name: Run delocate fuse onto the wheels
7475
run: |
7576
mkdir -p dist
76-
ls -ahl artifacts
7777
# Can't understand why globbing does not work in here
7878
delocate-merge artifacts/clipspy-1.0.5-${{ matrix.PYTHON }}-macosx_11_0_arm64.whl artifacts/clipspy-1.0.5-${{ matrix.PYTHON }}-macosx_11_0_x86_64.whl -w dist/
7979
- name: Store build artifacts
@@ -82,17 +82,17 @@ jobs:
8282
name: macos-universal-${{ matrix.PYTHON }}
8383
path: dist/
8484

85-
# macos-build:
86-
# needs: [macos-universal]
87-
# runs-on: ubuntu-latest
88-
# steps:
89-
# - uses: actions/download-artifact@v4
90-
# with:
91-
# pattern: macos-universal-*
92-
# path: artifacts
93-
# merge-multiple: true
94-
# - name: Store build artifacts
95-
# uses: actions/upload-artifact@v4
96-
# with:
97-
# name: macos-build
98-
# path: artifacts/*universal2*.whl
85+
macos-build:
86+
needs: [macos-universal]
87+
runs-on: ubuntu-latest
88+
steps:
89+
- uses: actions/download-artifact@v4
90+
with:
91+
pattern: macos-universal-*
92+
path: artifacts
93+
merge-multiple: true
94+
- name: Store build artifacts
95+
uses: actions/upload-artifact@v4
96+
with:
97+
name: macos-build
98+
path: artifacts/*universal2*.whl

0 commit comments

Comments
 (0)