Commit 0afc5b9
committed
refactor: use matrix strategy for package builds
Convert the package job to use a matrix strategy to build vcs-versioning and
setuptools-scm in separate, isolated jobs. This avoids shared state issues
between builds entirely.
Changes:
- Added matrix with two entries (vcs-versioning and setuptools-scm)
- Each matrix job runs independently with its own baipp environment
- Removed cleanup step between builds (no longer needed with isolation)
- Job names now show which package is being built
This is cleaner than cleaning up artifacts between builds and prevents
potential race conditions or shared state bugs.1 parent e3ec938 commit 0afc5b9
1 file changed
+13
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
25 | 34 | | |
26 | 35 | | |
27 | 36 | | |
| |||
31 | 40 | | |
32 | 41 | | |
33 | 42 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 43 | + | |
48 | 44 | | |
49 | 45 | | |
50 | | - | |
| 46 | + | |
| 47 | + | |
51 | 48 | | |
52 | 49 | | |
53 | 50 | | |
| |||
0 commit comments