Commit beb7f3a
committed
WIP/DEBUG: add debugging to diagnose baipp failures - DO NOT MERGE
This is a temporary debugging commit to understand why build-and-inspect-python-package is failing.
Changes:
- Added 'continue-on-error: true' to build steps so workflow continues on failure
- Added 'if: always()' debug steps to list directory structure even after failures
- Download artifacts to separate paths (dist-vcs/, dist-scm/) to avoid conflicts
- Added explicit combine step that copies packages to dist/
- Debug steps check dist/, out/, and file tree to understand baipp output structure
THIS IS A HACK FOR DEBUGGING ONLY.
DO NOT MERGE THIS COMMIT TO MAIN.
Once we understand the baipp failure, this should be reverted and replaced with proper fixes.1 parent 37ef6a8 commit beb7f3a
1 file changed
+36
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
40 | 53 | | |
| 54 | + | |
41 | 55 | | |
42 | 56 | | |
43 | 57 | | |
44 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
45 | 71 | | |
46 | 72 | | |
47 | 73 | | |
48 | 74 | | |
49 | | - | |
| 75 | + | |
50 | 76 | | |
51 | 77 | | |
52 | 78 | | |
53 | 79 | | |
54 | 80 | | |
55 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
56 | 90 | | |
57 | 91 | | |
58 | 92 | | |
| |||
0 commit comments