v0.2.7
Journey v0.2.7
Journey 0.2.7 expands release artifact coverage so both published distributions are proven installable before release.
Highlights
- CI and release workflows now run installed-artifact e2e checks for every built distribution artifact.
- The release gate now install-tests both:
journey_lang-0.2.7-py3-none-any.whljourney_lang-0.2.7.tar.gz
- The installed-artifact smoke covers console entrypoints, module entrypoints, structured generated acceptance, and lightweight journey graph handoff generation.
Install
python -m pip install https://github.com/sharziki/journey/releases/download/v0.2.7/journey_lang-0.2.7-py3-none-any.whlRelease Checks
python -m pytest -q- CLI e2e tests
- lightweight graph smoke
- strict validation and generated acceptance tests for every
examples/*.journey python -m buildpython -m twine check dist/*- built-artifact install e2e through
scripts/e2e_wheel_smoke.shfor wheel and sdist