Skip to content

Commit 927f7ec

Browse files
committed
update links
1 parent 241b868 commit 927f7ec

4 files changed

Lines changed: 17 additions & 4 deletions

File tree

.claude/settings.local.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(git add:*)",
5+
"Bash(git commit:*)",
6+
"Bash(git push:*)"
7+
]
8+
}
9+
}

.github/workflows/publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
# Publish to PyPI when a new release is created
1+
# Publish to PyPI
22
name: Publish to PyPI
33

44
on:
5+
push:
6+
tags:
7+
- 'v*' # Triggers on version tags like v0.1.0, v1.0.0
8+
59
release:
610
types: [published]
711

8-
# Allow manual trigger
912
workflow_dispatch:
1013

1114
jobs:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,5 +662,6 @@ See [LICENSE](LICENSE) for full terms.
662662
---
663663

664664
<p align="center">
665-
Built with care by <a href="https://rightnow.ai">RightNow AI</a>
665+
Part of the <a href="https://www.rightnowai.co/">RightNow AI</a> ecosystem.<br>
666+
For the complete GPU development environment, see <a href="https://www.rightnowai.co/">RightNow Code Editor</a>.
666667
</p>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ cloud = [
4545
]
4646

4747
[project.urls]
48-
Homepage = "https://github.com/rightnow-ai/gpuci"
48+
Homepage = "https://www.rightnowai.co/"
4949
Documentation = "https://github.com/rightnow-ai/gpuci#readme"
5050
Repository = "https://github.com/rightnow-ai/gpuci"
5151
Issues = "https://github.com/rightnow-ai/gpuci/issues"

0 commit comments

Comments
 (0)