diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 43a6b15..3e8edc9 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -90,7 +90,7 @@ jobs: - name: Build wheel run: | cd packages/leann-backend-hnsw - uv pip wheel . --no-deps -w dist + uv build --wheel - name: Repair wheel (Linux) if: runner.os == 'Linux' @@ -167,7 +167,7 @@ jobs: - name: Build wheel run: | cd packages/leann-backend-diskann - uv pip wheel . --no-deps -w dist + uv build --wheel - name: Repair wheel (Linux) if: runner.os == 'Linux'