Skip to content

fix: publish manylinux wheels accepted by PyPI#13

Merged
jamesdborin merged 1 commit intomainfrom
fix/pypi-manylinux-wheel-publish
Feb 18, 2026
Merged

fix: publish manylinux wheels accepted by PyPI#13
jamesdborin merged 1 commit intomainfrom
fix/pypi-manylinux-wheel-publish

Conversation

@jamesdborin
Copy link
Contributor

Summary

  • disable reqwest default features so rustls is used without OpenSSL/native-tls
  • build Linux release wheels with manylinux 2_28 tags for PyPI compatibility
  • keep existing multi-platform wheel publish flow

Validation

  • cargo check --manifest-path rust/Cargo.toml --all-targets
  • cargo test --manifest-path rust/Cargo.toml
  • maturin build --release --manifest-path rust/Cargo.toml --features python --out dist
  • python API smoke test from CI
  • CLI smoke test from CI

@jamesdborin jamesdborin merged commit a2d4f78 into main Feb 18, 2026
2 checks passed
@jamesdborin jamesdborin deleted the fix/pypi-manylinux-wheel-publish branch February 18, 2026 13:29
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

Comments