Compare commits
1 Commits
f1d6e81d57
...
12f09677b3
| Author | SHA1 | Date | |
|---|---|---|---|
| 12f09677b3 |
@ -1,17 +0,0 @@
|
|||||||
name: Gitea Actions Demo
|
|
||||||
# run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
||||||
run-name: ubuntu22-a5000
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
sync_job:
|
|
||||||
runs-on: a5000
|
|
||||||
steps:
|
|
||||||
- name: Check out repository code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- run: echo "This is a Gitea Actions demo workflow!"
|
|
||||||
- run: git remote remove origin || true
|
|
||||||
- run: git remote add origin https://github.com/wds-dxh/AutoTerminal.git
|
|
||||||
- run: git push -u origin main -f
|
|
||||||
|
|
||||||
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "autoterminal"
|
name = "autoterminal"
|
||||||
version = "1.0.1"
|
version = "1.0.0"
|
||||||
description = "智能终端工具,基于LLM将自然语言转换为终端命令(create by claude 4 sonnet)"
|
description = "智能终端工具,基于LLM将自然语言转换为终端命令(create by claude 4 sonnet)"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
@ -33,12 +33,9 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/wds-dxh/AutoTerminal.git"
|
Homepage = "http://cloud-home.dxh-wds.top:20100/w/autoterminal"
|
||||||
Repository = "https://github.com/wds-dxh/AutoTerminal.git"
|
Repository = "http://cloud-home.dxh-wds.top:20100/w/autoterminal"
|
||||||
Issues = "https://github.com/wds-dxh/AutoTerminal/issues"
|
Issues = "http://cloud-home.dxh-wds.top:20100/w/autoterminal/issues"
|
||||||
# Homepage = "http://cloud-home.dxh-wds.top:20100/w/autoterminal"
|
|
||||||
# Repository = "http://cloud-home.dxh-wds.top:20100/w/autoterminal"
|
|
||||||
# Issues = "http://cloud-home.dxh-wds.top:20100/w/autoterminal/issues"
|
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
at = "autoterminal.main:main"
|
at = "autoterminal.main:main"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user