Commit 7450df5
authored
Update build.yml
-Improved reliability:
Updated action versions (checkout@v5 → @v4, setup-uv@v6 → @V3) and pinned Python to "3.11" for consistent builds across environments
-Enhanced caching strategy:
Extended dependency caching to include both uv.lock and pyproject.toml files, reducing CI run times for the team
Added code quality gates:
-Integrated ruff linting to maintain code standards
-Added pytest execution to catch regressions early
-Implemented automatic package building for release readiness
-Better developer experience: Added descriptive step names and structured workflow for easier debugging and maintenance
-Streamlined configuration: Removed unnecessary allow-prereleases flag to prevent potential instability issues1 parent beb3cfd commit 7450df5
1 file changed
+26
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
| 18 | + | |
| 19 | + | |
14 | 20 | | |
15 | 21 | | |
16 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
17 | 26 | | |
18 | 27 | | |
19 | | - | |
| 28 | + | |
20 | 29 | | |
21 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
22 | 40 | | |
23 | 41 | | |
24 | 42 | | |
| |||
34 | 52 | | |
35 | 53 | | |
36 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
37 | 59 | | |
38 | 60 | | |
| 61 | + | |
0 commit comments