File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 62
62
with :
63
63
pattern : macos-build-*
64
64
path : artifacts/
65
+ merge-multiple : true
65
66
- name : Set up Python 3.13
66
67
uses : actions/setup-python@v2
67
68
with :
73
74
- name : Run delocate fuse onto the wheels
74
75
run : |
75
76
mkdir -p dist
76
- ls -ahl artifacts
77
77
# Can't understand why globbing does not work in here
78
78
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/
79
79
- name : Store build artifacts
@@ -82,17 +82,17 @@ jobs:
82
82
name : macos-universal-${{ matrix.PYTHON }}
83
83
path : dist/
84
84
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
You can’t perform that action at this time.
0 commit comments