Skip to content

Commit 06aae09

Browse files
authored
fix: wheels only
1 parent bef70d8 commit 06aae09

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/llama-build-cuda.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,15 @@ jobs:
101101
102102
- uses: softprops/action-gh-release@v2
103103
with:
104-
files: vendor/llama-cpp-python/dist/*
104+
files: vendor/llama-cpp-python/dist/*.whl
105105
tag_name: ${{ github.ref_name }}
106106
env:
107107
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
108108

109109
- uses: actions/attest-build-provenance@v3
110110
with:
111-
subject-path: 'vendor/llama-cpp-python/dist/*'
111+
subject-path: 'vendor/llama-cpp-python/dist/*.whl'
112+
112113

113114

114115

0 commit comments

Comments
 (0)