Phase 1.3: CI/CD Modernization#108
Merged
oberstet merged 7 commits intocrossbario:masterfrom Dec 4, 2025
Merged
Conversation
Phase 1.3: CI/CD Modernization - Replace mypy with Astral's Rust-based ty type checker for better PyPy compatibility and faster execution. Changes: - Add identifiers job using wamp-cicd reusable workflow - Update setup-uv from v5 to v6, setup-just from v2 to v3 - Add submodules: recursive to all checkout steps - Add ty installation step to main.yml workflow - Update justfile check-typing recipe to use ty instead of mypy - Remove mypy from install-tools and pyproject.toml dev dependencies - Remove [tool.mypy] section from pyproject.toml - Add .mypy_cache/ and .ty/ cleanup to clean-test recipe - Add py.typed marker file for PEP 561 compliance - Add comprehensive --ignore flags to suppress existing type errors Note: This work was completed with AI assistance (Claude Code).
Fix identifiers job to reference wamp-proto/wamp-cicd (public repo) instead of crossbario/wamp-cicd (doesn't exist). Note: This work was completed with AI assistance (Claude Code).
Add verify-dist recipe as an alias for verify-wheels to match the recipe name expected by release.yml workflow. Note: This work was completed with AI assistance (Claude Code).
Update setup-uv from v5 to v6 and setup-just from v2 to v3 for consistency with main.yml. Note: This work was completed with AI assistance (Claude Code).
Add condition to only run release workflow when triggered by main workflow on master branch, not on PR branches. This prevents release.yml from failing on PRs where the code changes haven't been merged to master yet. Note: This work was completed with AI assistance (Claude Code).
- Remove head_branch == 'master' workaround from identifiers job - Reorder jobs: check-main-workflow first, then identifiers - Add proper if condition on identifiers based on should_proceed - Add github.event_name checks to release job conditions - Update needs order to [check-main-workflow, identifiers] - Add explanatory comments for identifiers workflow usage This aligns cfxdb with the standard workflow model used by autobahn-python, zlmdb, txaio, and crossbar. The workflow_run trigger inherently prevents PR-triggered releases since PRs don't trigger workflow_run events for security reasons. Note: This work was completed with AI assistance (Claude Code).
13 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
See issue #107
Related Issue(s)
Closes or relates to #107
Checklist
the style guidelines of this project
is effective or that my feature works
updated the changelog
in this PR