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
Fix CI wheel upload paths
Upload steps were looking in wrong directory.
Wheels are built to dist/ (repo root), not zyx-py/dist/
Also removed auto-initialize from zyx/Cargo.toml (caused static linking errors).