Skip to content

Commit cc939d4

Browse files
author
amiya
committed
Update PyPI package name from vjson to vectorjson
1 parent 0641f1b commit cc939d4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["maturin>=1.10,<2.0"]
33
build-backend = "maturin"
44

55
[project]
6-
name = "vjson"
6+
name = "vectorjson"
77
description = "High-performance vector database with HNSW indexing and hybrid search"
88
authors = [{ name = "Amiya Mandal", email = "amiyamandal.dev@gmail.com" }]
99
readme = "README.md"

0 commit comments

Comments
 (0)