close
Skip to content

ci(python,rust): fix publish dry-run and disable Windows wheels#2813

Merged
hubcio merged 1 commit into
masterfrom
temp-fix-release
Feb 24, 2026
Merged

ci(python,rust): fix publish dry-run and disable Windows wheels#2813
hubcio merged 1 commit into
masterfrom
temp-fix-release

Conversation

@hubcio
Copy link
Copy Markdown
Contributor

@hubcio hubcio commented Feb 24, 2026

cargo publish --dry-run resolves dependencies from crates.io,
so downstream crates (e.g. iggy_binary_protocol) fail when
upstream crates (iggy_common) haven't actually been published.
Replace with cargo package --no-verify which validates
packaging metadata without the isolated crates.io rebuild —
build correctness is already covered by the preceding
cargo build step using workspace-local deps.

Also temporarily disable Windows Python wheel builds.

cargo publish --dry-run resolves dependencies from crates.io,
so downstream crates (e.g. iggy_binary_protocol) fail when
upstream crates (iggy_common) haven't actually been published.
Replace with cargo package --no-verify which validates
packaging metadata without the isolated crates.io rebuild —
build correctness is already covered by the preceding
cargo build step using workspace-local deps.

Also temporarily disable Windows Python wheel builds.
@hubcio hubcio merged commit 6222c98 into master Feb 24, 2026
56 checks passed
@hubcio hubcio deleted the temp-fix-release branch February 24, 2026 20:35
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.42%. Comparing base (28e7c04) to head (a40871b).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2813      +/-   ##
============================================
- Coverage     68.44%   68.42%   -0.03%     
  Complexity      656      656              
============================================
  Files           852      852              
  Lines         68196    68196              
  Branches      59657    59667      +10     
============================================
- Hits          46679    46664      -15     
- Misses        19187    19191       +4     
- Partials       2330     2341      +11     
Flag Coverage Δ
csharp 67.06% <ø> (-0.21%) ⬇️
java 52.19% <ø> (ø)
rust 69.60% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 11 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants