We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d09375 commit 6022513Copy full SHA for 6022513
bindings/python/addtags.py
@@ -34,7 +34,7 @@ def main(wheel_path, abi, wheel_dir):
34
out_wheel = repair_wheel(wheel_path, abi, wheel_dir)
35
36
if out_wheel is not None:
37
- analyzed_tag = analyze_wheel_abi(out_wheel).overall_tag
+ analyzed_tag = analyze_wheel_abi(policies, out_wheel, set()).overall_tag
38
if reqd_tag < policies.get_priority_by_name(analyzed_tag):
39
print(
40
"Wheel is eligible for a higher priority tag. "
0 commit comments