This page only covers how setup_and_pack/pack_release.py gathers the core install artifacts into fluxon_release/.
Artifacts
fluxon_release/fluxon-*.whlfluxon_release/fluxon_pyo3-*.whlfluxon_release/pylib_src.tar.gzfluxon_release/install.pyfluxon_release/ext_images.tar.gzfluxon_release/fluxon_release.sha256
Commands
python3 setup_and_pack/pack_release.py
python3 setup_and_pack/pack_release.py --release-dir ./fluxon_releaseBehavior
- The default output directory is
<repo_root>/fluxon_release/ - The public packaging flow does not require a manual
transport backendargument pack_release.pyautomatically chains intosetup_and_pack/pack_release_ext.py- Core artifacts and external runtime artifacts are written into the same release directory
Repackage When
fluxon_py/fluxon_rs/setup_and_pack/