Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5e1d021

Browse filesBrowse files
authored
Update build-wheels-metal.yaml
1 parent a4f25b4 commit 5e1d021
Copy full SHA for 5e1d021

File tree

Expand file treeCollapse file tree

1 file changed

+4
-11
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-11
lines changed

‎.github/workflows/build-wheels-metal.yaml

Copy file name to clipboardExpand all lines: .github/workflows/build-wheels-metal.yaml
+4-11Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,17 @@ jobs:
3434
env:
3535
# disable repair
3636
CIBW_REPAIR_WHEEL_COMMAND: ""
37-
CIBW_PLATFORM: "macos"
3837
CIBW_ARCHS: "arm64"
3938
CIBW_ENVIRONMENT: CMAKE_ARGS="-DCMAKE_OSX_ARCHITECTURES=arm64 -DCMAKE_APPLE_SILICON_PROCESSOR=arm64 -DLLAMA_METAL=on"
4039
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
4140
with:
4241
package-dir: .
43-
output-dir: wheelhouse
42+
output-dir: wheelhouse2
4443

4544
- uses: actions/upload-artifact@v4
4645
with:
4746
name: wheels-mac_${{ matrix.os }}
48-
path: ./wheelhouse/*.whl
47+
path: ./wheelhouse2/*.whl
4948

5049
release:
5150
name: Release
@@ -56,17 +55,11 @@ jobs:
5655
- uses: actions/download-artifact@v4
5756
with:
5857
merge-multiple: true
59-
path: dist
60-
61-
- uses: softprops/action-gh-release@v2
62-
with:
63-
files: dist/*
64-
env:
65-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58+
path: dist2
6659

6760
- uses: softprops/action-gh-release@v2
6861
with:
69-
files: dist/*
62+
files: dist2/*
7063
# set release name to <tag>-metal
7164
tag_name: ${{ github.ref_name }}-metal
7265
env:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.