Skip to content

Commit c731fd9

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

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

.github/workflows/macos-wheels.yml

Lines changed: 15 additions & 14 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:
@@ -82,17 +83,17 @@ jobs:
8283
name: macos-universal-${{ matrix.PYTHON }}
8384
path: dist/
8485

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

0 commit comments

Comments
 (0)