ci(publish): stop gating the crate publish on the shared tag check - #21
Merged
Merged
Conversation
The shared `publish-crate` workflow validates the release tag by comparing it
against `cargo xtask publish`'s view of the manifest version. The current
toolchain reports that version as `<name>@<version>`, so the comparison
rejects a correct tag:
Error: Git tag version (0.10.1) does not match Cargo.toml version
(t4a-cubecl-zspace@0.10.1).
Every job in the v0.10.1 run failed on this before reaching crates.io. Turn
`tag-validation` off so the release can proceed; the release commit is what
keeps the tag and the workspace version in step.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This was referenced Sep 20, 2026
build(gpu): pin the published t4a CubeCL 0.10.1 and cubek 0.2.1 releases
tensor4all/tenferro-rs#1837
Merged
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.
The
v0.10.1publish run failed every job before reaching crates.io:The shared
tracel-ai/github-actionspublish-crateworkflow runscargo xtask publish --validate-tag-version, and under the current toolchain the manifest version is reported as<name>@<version>, so a correct tag never matches. The reusable workflow already exposes atag-validationinput, so this turns it off for all 13 published crates; the release commit is what keeps the tag and the workspace version in step.Needed to publish
t4a-cubecl* 0.10.1, which carries the CUDA complex-cast lowering fix (#17) to crates.io consumers of tenferro-rs (tensor4all/tenferro-rs#1833).🤖 Generated with Claude Code