Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deterministic wheel names #201

Merged
merged 3 commits into from
Oct 1, 2024
Merged

deterministic wheel names #201

merged 3 commits into from
Oct 1, 2024

Conversation

s0l0ist
Copy link
Contributor

@s0l0ist s0l0ist commented Sep 30, 2024

Description

Previously, the python wheel rule generated a name with placeholder values which required a script to be run to modify the wheel name. This meant that there were stale tag values in the WHEEL file (inside the .whl zip).

Now, we have two repository rules that get the abi for all dists and manylinux platform prefix for linux. This is also coupled with rules_python's bulit-in twine uploader so we can publish directly using bazel!

Affected Dependencies

n/a

How has this been tested?

  • CI

Checklist

@s0l0ist s0l0ist merged commit d67ee7d into master Oct 1, 2024
19 checks passed
@s0l0ist s0l0ist deleted the better-wheel-names branch October 1, 2024 02:12
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