You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace compas-actions.build / .docs / .publish and the legacy
changelog-checker with the narrow actions from the compas-dev/compas-actions
monorepo, following compas_pb.
- build/coverage/docs/pr-checks now use ci, setup-python, docs, pr-checks
and release-check.
- Releases move to the release-PR flow: prepare-release.yml opens a
release/vX.Y.Z pull request, and merging it to main drives release.yml
(release-check, ci, prepare-release, OIDC publish, github-release,
versioned docs deploy). Tag pushes no longer publish.
- bump-my-version no longer commits or tags and no longer parses
pre-release versions; the release actions accept stable semver only.
- Drop the release and prepare-changelog invoke tasks, now owned by the
release actions.
- Python 3.9 is Rhino 8's Python, so it keeps a dedicated build-py39 job.
The ci action installs interpreters with actions/setup-python, which has
no darwin-arm64 build for 3.9, so that job uses a uv-managed interpreter
the way the previous workflow did.
- publish_yak becomes a guarded stub. Its components and invoke tasks moved
to timber_design, but a workflow_dispatch workflow must exist on the
default branch to be runnable, and LTS-1.x.x still dispatches it.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments