File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ jobs:
281281 if : needs.auto_release.outputs.should_release == 'true'
282282 environment :
283283 name : pypi
284- url : https://pypi.org/p/vjson
284+ url : https://pypi.org/p/vectorjson
285285 permissions :
286286 id-token : write
287287 steps :
@@ -312,7 +312,7 @@ jobs:
312312 if : startsWith(github.ref, 'refs/tags/v')
313313 environment :
314314 name : pypi
315- url : https://pypi.org/p/vjson
315+ url : https://pypi.org/p/vectorjson
316316 permissions :
317317 id-token : write
318318 contents : write
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["maturin>=1.10,<2.0"]
33build-backend = " maturin"
44
55[project ]
6- name = " vjson "
6+ name = " vectorjson "
77description = " High-performance vector database with HNSW indexing and hybrid search"
88authors = [{ name = " Amiya Mandal" , email = " amiyamandal.dev@gmail.com" }]
99readme = " README.md"
You can’t perform that action at this time.
0 commit comments