mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-16 14:40:56 +00:00
ci(SDK): Add 0.7.0 workflow (#2493)
This commit is contained in:
@@ -21,6 +21,12 @@ dbgpt-app = { workspace = true }
|
||||
dbgpt-acc-auto = { workspace = true }
|
||||
dbgpt-acc-flash-attn = { workspace = true }
|
||||
|
||||
[[tool.uv.index]]
|
||||
name = "testpypi"
|
||||
url = "https://test.pypi.org/simple/"
|
||||
publish-url = "https://test.pypi.org/legacy/"
|
||||
explicit = true
|
||||
|
||||
[tool.uv.workspace]
|
||||
members = [
|
||||
"packages/dbgpt-app",
|
||||
@@ -50,6 +56,7 @@ dev-dependencies = [
|
||||
"pre-commit>=4.2.0",
|
||||
]
|
||||
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
pythonpath = ["packages"]
|
||||
addopts = ["--import-mode=importlib", ]
|
||||
|
Reference in New Issue
Block a user