chore: (fix:uv) fix wrong in denpendency-groups
This commit is contained in:
@@ -25,9 +25,4 @@ requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[dependency-groups]
|
||||
build = [
|
||||
"build>=1.4.0",
|
||||
]
|
||||
twine = [
|
||||
"build>=1.4.0",
|
||||
]
|
||||
build = ["build>=1.4.0", "twine>=6.2.0"]
|
||||
|
||||
Reference in New Issue
Block a user