mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
bump sqlite-dist
This commit is contained in:
parent
3442131613
commit
da8a19fb0b
2 changed files with 2 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -98,7 +98,7 @@ jobs:
|
||||||
name: sqlite-vec-wasm32-emscripten
|
name: sqlite-vec-wasm32-emscripten
|
||||||
path: dist/wasm32-emscripten
|
path: dist/wasm32-emscripten
|
||||||
- run: |
|
- 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
|
| tar xfJ - --strip-components 1
|
||||||
- run: make sqlite-vec.h
|
- run: make sqlite-vec.h
|
||||||
- run: ./sqlite-dist ./sqlite-dist.toml --input dist/ --output distx/ --version $(cat VERSION)
|
- run: ./sqlite-dist ./sqlite-dist.toml --input dist/ --output distx/ --version $(cat VERSION)
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ homepage = "https://alexgarcia.xyz/sqlite-vec"
|
||||||
repo = "https://github.com/asg017/sqlite-vec"
|
repo = "https://github.com/asg017/sqlite-vec"
|
||||||
description = "A vector search SQLite extension."
|
description = "A vector search SQLite extension."
|
||||||
authors = ["Alex Garcia"]
|
authors = ["Alex Garcia"]
|
||||||
|
git_tag_format = "v$VERSION"
|
||||||
|
|
||||||
[targets]
|
[targets]
|
||||||
github_releases = {}
|
github_releases = {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue