feat: move to uv first

This commit is contained in:
NanoCode012
2026-03-25 16:06:37 +07:00
parent c50c4acbf4
commit 1f1ebb8237
9 changed files with 182 additions and 434 deletions

View File

@@ -7,7 +7,7 @@ on:
- "main"
paths:
- '**.py'
- 'requirements.txt'
- 'pyproject.toml'
- '.github/workflows/*.yml'
- 'requirements-tests.txt'
- 'cicd/cicd.sh'
@@ -16,7 +16,7 @@ on:
types: [opened, synchronize, reopened, ready_for_review]
paths:
- '**.py'
- 'requirements.txt'
- 'pyproject.toml'
- '.github/workflows/*.yml'
- 'requirements-tests.txt'
- 'cicd/cicd.sh'