File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "permissions" : {
3+ "allow" : [
4+ " Bash(git add:*)" ,
5+ " Bash(git commit:*)" ,
6+ " Bash(git push:*)"
7+ ]
8+ }
9+ }
Original file line number Diff line number Diff line change 1- # Publish to PyPI when a new release is created
1+ # Publish to PyPI
22name : Publish to PyPI
33
44on :
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
1114jobs :
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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/ "
4949Documentation = " https://github.com/rightnow-ai/gpuci#readme"
5050Repository = " https://github.com/rightnow-ai/gpuci"
5151Issues = " https://github.com/rightnow-ai/gpuci/issues"
You can’t perform that action at this time.
0 commit comments