bump sqlite-dist

This commit is contained in:
Alex Garcia 2024-06-28 19:15:44 -07:00
parent 3442131613
commit da8a19fb0b
2 changed files with 2 additions and 1 deletions

View file

@ -98,7 +98,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.6/sqlite-dist-x86_64-unknown-linux-gnu.tar.xz \
curl -L https://github.com/asg017/sqlite-dist/releases/download/v0.0.1-alpha.7/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)

View file

@ -5,6 +5,7 @@ homepage = "https://alexgarcia.xyz/sqlite-vec"
repo = "https://github.com/asg017/sqlite-vec"
description = "A vector search SQLite extension."
authors = ["Alex Garcia"]
git_tag_format = "v$VERSION"
[targets]
github_releases = {}