You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments