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
ci: drop cargo-publish-dry-run, bump fork test-job timeouts
- remove the cargo-publish-dry-run job (upstream re-added it in a
non-conflicting merge region; the fork had deleted it). the fork keeps
ruff/ty crate versions in lock-step with astral's crates.io versions but
modifies their apis, so `cargo publish --dry-run` resolves a published
crate for a transitive dep and fails on api skew. the fork publishes only
the basedpython wheel to pypi, never these crates
- bump cargo-test-linux and cargo-test-(windows/macos) timeouts 20 -> 45 min:
the merged test count overruns the depot-tuned 20-minute budget on the
fork's slower ubuntu-latest/windows-latest runners (both timed out mid-suite)
0 commit comments