mitchell/chore-ci: python builds #2899
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
chore: updated release scripts for ci builds
ci builds are not published as latest
chore: release-cli gha workflow supports ci builds
the long awaited feature... drum roll please!
.
.
.
ci builds!
chore: fixed the check for packages...
we were checking for the wrong package in a couple places!
Note
Introduce CI build flow: derive prerelease versions, publish to dev channels/tags, and keep stable behavior on main with corrected package waits.
.github/workflows/release-cli.yaml)git describe(exclude-ci-), setVERSION,PYTHON_VERSION(PEP 440.dev), andIS_CI_BUILDoutputs.dev/<version>/and cache-control no-store; main →stable/latestand cached.TAG_LATEST: is_ci_build == falseto jobs to control NPM tagging and artifact destinations; fix GCS paths and cache headers based onis_ci_build.python_version;release-pythonnow depends onversion.-ci-), inject full version viaCARGO_PKG_VERSION, and write Pythonpyproject.tomlversion.is_ci_build.apps/*/scripts/*andpackages/*/scripts/*: publish with--tag devfor CI builds (TAG_LATEST=false); normal publish updateslateston releases.darwin-x64andlinux-arm64checks inpublish-npm-base.Written by Cursor Bugbot for commit 06c2369. This will update automatically on new commits. Configure here.