Plan#
conda-express is being narrowed to the cx / cxz distribution. The split
creates two companion repositories:
conda-ship: the generic builder for ready-to-run conda bootstrap binariesconda-wasm: the browser, WASM, Emscripten, and JupyterLite stack
Done#
Created
jezdez/conda-ship.Created
jezdez/conda-wasm.Moved the browser/JupyterLite code path to
conda-wasm.Removed JupyterLite demo publishing from this repo’s docs workflow.
Added migration notes that point browser/WASM users to
conda-wasm.Removed WebAssembly, Emscripten, JupyterLite, and demo source files from this repo.
Kept
conda-expressfocused on nativecxandcxzbinaries.Switched CI canaries, release prep, and release binary jobs to build
cx/cxzthrough conda-ship.Removed the legacy in-repo Cargo workspace,
cx-build, runtime source, checked-incx.lock, and maturin/PyPI wrapper path now that conda-ship owns the runtime and builder implementation.Removed legacy
payload,cx.lock, andcx.lock.hashruntime/build surfaces from this repo; remaining references are historical notes.Rebuilt PyPI distribution around release binaries built with conda-ship instead of local runtime source builds.
Removed the crates.io release wrapper and publish job; conda-express release channels are Homebrew, shell scripts, Docker, GitHub Releases, and PyPI.
Switched releases to a tag-driven workflow that builds and attests artifacts before creating an immutable GitHub release.
Removed the
conda-expresscomposite GitHub Action; this repo’s.github/workflows/build.ymlis release preparation for this repository’scx/cxzbinaries, not a downstream builder interface.Moved Pixi metadata and Python package metadata into
pyproject.toml.Added
conda-execto the default package set after the current plugin release became available on conda-forge.
Remaining#
Verification#
Run the release-prep workflow on GitHub runners once to verify the direct conda-ship action path for all
cxandcxzplatforms.Exercise the full tag-driven release workflow before the next public release.
Distribution Policy#
Keep the default package set synchronized across release workflows,
pyproject.toml’sruntimesource environment, and docs.Keep Homebrew, shell script, Docker, GitHub Releases, and PyPI as distribution channels backed by conda-ship artifacts.
Tracking Issues#
Umbrella split: jezdez/conda-express#81
Channel presets follow-up: jezdez/conda-ship#2
Complete conda-wasm migration: jezdez/conda-wasm#1