File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
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 :
@@ -82,17 +83,17 @@ jobs:
82
83
name : macos-universal-${{ matrix.PYTHON }}
83
84
path : dist/
84
85
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
You can’t perform that action at this time.
0 commit comments