Skip to content

fix(ci): harden python wheel builds#1722

Merged
chaliy merged 1 commit into
mainfrom
2026-05-23-fix-python-ci
May 24, 2026
Merged

fix(ci): harden python wheel builds#1722
chaliy merged 1 commit into
mainfrom
2026-05-23-fix-python-ci

Conversation

@chaliy
Copy link
Copy Markdown
Contributor

@chaliy chaliy commented May 24, 2026

What

Replace Python CI usage of PyO3/maturin-action@v1 with explicit python -m pip install "maturin>=1.4,<2.0" plus python -m maturin build commands.

Why

Main went red after the #1719 merge because Python CI hit infrastructure/action failures: one checkout auth failure and one PyO3/maturin-action@v1 JavaScript error, TypeError: candidates is not iterable, in the Python 3.13 build path. Rerunning restored main, but the workflow should avoid the brittle action path.

How

Keep the existing Rust/setup/cache flow, install maturin directly under the selected Python interpreter, and invoke the same build arguments from shell in test, examples, and build-wheel jobs.

Risk

  • Low
  • This keeps the same maturin version range already declared by the project and preserves the existing wheel build commands.

Checklist

  • YAML parses locally
  • git diff --check passed
  • just pre-pr passed locally
  • Main Python workflow rerun is green

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
bashkit 8ff8b22 Commit Preview URL May 24 2026, 12:28 AM

@chaliy chaliy merged commit bcc7d1c into main May 24, 2026
24 checks passed
@chaliy chaliy deleted the 2026-05-23-fix-python-ci branch May 24, 2026 00:47
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.

1 participant