refactor/main #11

Merged
李衍志523370910113 merged 23 commits from refactor/main into dev 2025-02-27 15:51:32 +08:00
Showing only changes of commit ae77fa23b5 - Show all commits

View File

@ -34,7 +34,7 @@ class Release(BaseModel):
class Config(BaseModel):
root: Path = Path(".")
path: Path = Path("conf.toml")
path: Path = Path("task.toml")
task: str # Task name (e.g., hw3 ex5)
release: Release # Release configuration
stages: List[Stage] # list of stage configurations