Skip to content

Another publish fix#458

Merged
ppinchuk merged 5 commits into
mainfrom
pp/more_publish_fix
May 30, 2026
Merged

Another publish fix#458
ppinchuk merged 5 commits into
mainfrom
pp/more_publish_fix

Conversation

@ppinchuk
Copy link
Copy Markdown
Collaborator

Cleaning the readme was forcing a version bump, which broke the upload. Trying everything in a single shell to fix this

@ppinchuk ppinchuk self-assigned this May 30, 2026
Copilot AI review requested due to automatic review settings May 30, 2026 00:11
@ppinchuk ppinchuk requested a review from castelao as a code owner May 30, 2026 00:11
@ppinchuk ppinchuk added bugfix Fixed a known bug p-high Priority: high github_actions Pull requests that update GitHub Actions code labels May 30, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR attempts to fix the PyPI publishing workflow by consolidating README cleanup, build, and metadata validation into one step, while updating the Pixi version used across workflows.

Changes:

  • Updates setup-pixi from v0.68.1 to v0.69.0 across CI, docs, codecov, Rust, and publish workflows.
  • Activates the pbuild Pixi environment in the publish workflow.
  • Combines README cleaning, package building, and twine check into a single publish workflow shell step.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.github/workflows/publish_to_pypi.yml Adjusts the PyPI publish build flow and Pixi setup.
.github/workflows/docs.yml Updates the Pixi version used for docs builds.
.github/workflows/codecov.yml Updates the Pixi version used for coverage upload workflow setup.
.github/workflows/ci-rust.yml Updates the Pixi version across Rust CI jobs.
.github/workflows/ci-python.yml Updates the Pixi version across Python CI jobs.

Comment thread .github/workflows/publish_to_pypi.yml Outdated
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.44%. Comparing base (3a887f8) to head (d0ea49f).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #458      +/-   ##
==========================================
- Coverage   56.47%   56.44%   -0.04%     
==========================================
  Files          66       66              
  Lines        6279     6279              
  Branches      614      614              
==========================================
- Hits         3546     3544       -2     
- Misses       2661     2662       +1     
- Partials       72       73       +1     
Flag Coverage Δ
unittests 56.44% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ppinchuk
Copy link
Copy Markdown
Collaborator Author

Will fix macos in subsequent PR

@ppinchuk ppinchuk merged commit bacbc4d into main May 30, 2026
26 of 29 checks passed
@ppinchuk ppinchuk deleted the pp/more_publish_fix branch May 30, 2026 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Fixed a known bug github_actions Pull requests that update GitHub Actions code p-high Priority: high

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants