Open abey79 opened 2 months ago
The most annoying part of this is the instructions needs some careful per-platform handling. Here's the sequence of commands to run on linux in the meantime:
pixi run rerun-build-native-and-web-release
cp target/release/rerun rerun_py/rerun_sdk/rerun_cli/
pixi run python scripts/ci/build_and_upload_wheels.py --dir unused --target x86_64-unknown-linux-gnu --compat manylinux_2_34
Most user-friendly solution would be: Reimplement
pixi run py-wheel
As per our current
BUILD.md
, users should be able to locally build wheels usingpixi run py-wheel --release
. This command is for some reason no longer in ourpixi.toml
file. This should be fixed.