Skip to content

Fix wheel naming convention#4

Merged
JannikSt merged 1 commit into
mainfrom
improvement/fix-wheel-naming
Apr 1, 2026
Merged

Fix wheel naming convention#4
JannikSt merged 1 commit into
mainfrom
improvement/fix-wheel-naming

Conversation

@JannikSt

@JannikSt JannikSt commented Apr 1, 2026

Copy link
Copy Markdown
Member

Remove the rename step that appended -amd64/-arm64 to wheel filenames. The platform is already encoded in the standard wheel name (linux_x86_64 vs linux_aarch64), and the suffix breaks pip/uv parsing.


Note

Low Risk
Only changes CI packaging output naming; no runtime code changes, with limited impact beyond release artifacts.

Overview
Removes the GitHub Actions step that renamed built wheels to add a custom -amd64/-arm64 suffix before upload.

Wheels are now uploaded to artifacts and GitHub Releases using the standard wheel filename produced by python -m build, improving compatibility with tooling that parses wheel tags.

Written by Cursor Bugbot for commit 5573909. This will update automatically on new commits. Configure here.

@JannikSt JannikSt merged commit f391389 into main Apr 1, 2026
5 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