Skip to content

Commit 34072ec

Browse files
committed
Replace private RunVid GitHub org with public pineai org
1 parent dac8e01 commit 34072ec

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This package uses **PyPI trusted publishing** (OIDC) — no PyPI tokens are stor
88

99
1. Go to <https://pypi.org/manage/project/pine-ai/settings/publishing/> (or add a **pending publisher** at <https://pypi.org/manage/account/publishing/> if the project doesn't exist on PyPI yet).
1010
2. Under **Add a new publisher**, fill in:
11-
- **Owner:** `RunVid`
11+
- **Owner:** `pineai`
1212
- **Repository:** `pine-python`
1313
- **Workflow name:** `publish.yml`
1414
3. Save.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ cli = ["click>=8.1.0", "rich>=13.0.0"]
3232
dev = ["pytest>=7.0", "pytest-asyncio>=0.23.0"]
3333

3434
[project.urls]
35-
Homepage = "https://github.com/RunVid/pine-python"
36-
Repository = "https://github.com/RunVid/pine-python"
37-
Issues = "https://github.com/RunVid/pine-python/issues"
35+
Homepage = "https://github.com/pineai/pine-python"
36+
Repository = "https://github.com/pineai/pine-python"
37+
Issues = "https://github.com/pineai/pine-python/issues"
3838

3939
[project.scripts]
4040
pine = "pine_ai.cli.main:main"

0 commit comments

Comments
 (0)