diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 891279d..6c1aac2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -143,7 +143,7 @@ jobs: name: sqlite-vec-wasm32-emscripten path: dist/wasm32-emscripten - run: | - curl -L https://github.com/asg017/sqlite-dist/releases/download/v0.0.1-alpha.7/sqlite-dist-x86_64-unknown-linux-gnu.tar.xz \ + curl -L https://github.com/asg017/sqlite-dist/releases/download/v0.0.1-alpha.9/sqlite-dist-x86_64-unknown-linux-gnu.tar.xz \ | tar xfJ - --strip-components 1 - run: make sqlite-vec.h - run: ./sqlite-dist ./sqlite-dist.toml --input dist/ --output distx/ --version $(cat VERSION) diff --git a/sqlite-dist.toml b/sqlite-dist.toml index 3514b97..ab1c08a 100644 --- a/sqlite-dist.toml +++ b/sqlite-dist.toml @@ -13,7 +13,7 @@ sqlpkg = {} spm = {} amalgamation = {include=["sqlite-vec.c", "sqlite-vec.h"]} -pip = {} +pip = { extra_init_py = "bindings/python/extra_init.py" } datasette = {} sqlite_utils = {}