ci: change ci yml (#146)

* change ci yml

* add PULL_REQUEST_TEMPLATE

* change ci yml

* change ci yml

* Update .github/workflows/release.yml

* Update .github/workflows/release.yml

* Update .github/workflows/release.yml

---------

Co-authored-by: you-n-g <you-n-g@users.noreply.github.com>
This commit is contained in:
Linlang
2024-08-02 12:57:34 +08:00
committed by GitHub
parent 565f2a5f10
commit 7d279721b4
8 changed files with 123 additions and 92 deletions
+3 -5
View File
@@ -4,7 +4,6 @@ requires = [
"setuptools",
"setuptools-scm",
]
root = "rdagent"
[project]
authors = [
@@ -16,23 +15,22 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]
description = "Research & Development Agent"
dynamic = [
"dependencies",
"optional-dependencies",
"version",
]
keywords = [
"Autonomous Agents",
"Large Language Models",
"Research and Development",
]
license = {text = "MIT License"}
name = "rdagent"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.10"
version = "v0.0.1"
[project.urls]
homepage = "https://github.com/microsoft/RD-Agent/"