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 6022513 commit f62dc8dCopy full SHA for f62dc8d
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(policies, out_wheel, set()).overall_tag
+ analyzed_tag = analyze_wheel_abi(policies, out_wheel, frozenset()).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