Skip to content

Fix PyPI release: use explicit manylinux_2_28 for Linux wheels#36

Merged
madhavajay merged 1 commit intomainfrom
madhava/release-issue
Jan 8, 2026
Merged

Fix PyPI release: use explicit manylinux_2_28 for Linux wheels#36
madhavajay merged 1 commit intomainfrom
madhava/release-issue

Conversation

@madhavajay
Copy link
Copy Markdown
Contributor

Summary

  • Fix PyPI upload failure for Linux wheels (linux_aarch64 rejected)
  • Changed manylinux: automanylinux: manylinux_2_28 for both Linux builds
  • Forces Docker container usage, producing PyPI-compatible manylinux_2_28_* wheel tags

Test plan

  • Re-run release workflow after merge
  • Verify wheels upload to PyPI successfully

PyPI rejected linux_aarch64 wheels because manylinux: auto on native
ARM runners skips Docker, producing non-manylinux platform tags.

Using explicit manylinux_2_28 forces Docker container usage, producing
PyPI-compatible manylinux_2_28_* wheel tags.
@madhavajay madhavajay merged commit b103661 into main Jan 8, 2026
4 checks passed
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