chore: fix uv build
This commit is contained in:
4
.github/workflows/build-and-publish.yml
vendored
4
.github/workflows/build-and-publish.yml
vendored
@@ -90,7 +90,7 @@ jobs:
|
|||||||
- name: Build wheel
|
- name: Build wheel
|
||||||
run: |
|
run: |
|
||||||
cd packages/leann-backend-hnsw
|
cd packages/leann-backend-hnsw
|
||||||
uv pip wheel . --no-deps -w dist
|
uv build --wheel
|
||||||
|
|
||||||
- name: Repair wheel (Linux)
|
- name: Repair wheel (Linux)
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
@@ -167,7 +167,7 @@ jobs:
|
|||||||
- name: Build wheel
|
- name: Build wheel
|
||||||
run: |
|
run: |
|
||||||
cd packages/leann-backend-diskann
|
cd packages/leann-backend-diskann
|
||||||
uv pip wheel . --no-deps -w dist
|
uv build --wheel
|
||||||
|
|
||||||
- name: Repair wheel (Linux)
|
- name: Repair wheel (Linux)
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
|
|||||||
Reference in New Issue
Block a user