Skip to content

Commit 6022513

Browse files
committed
fix addtags
1 parent 5d09375 commit 6022513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/addtags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def main(wheel_path, abi, wheel_dir):
3434
out_wheel = repair_wheel(wheel_path, abi, wheel_dir)
3535

3636
if out_wheel is not None:
37-
analyzed_tag = analyze_wheel_abi(out_wheel).overall_tag
37+
analyzed_tag = analyze_wheel_abi(policies, out_wheel, set()).overall_tag
3838
if reqd_tag < policies.get_priority_by_name(analyzed_tag):
3939
print(
4040
"Wheel is eligible for a higher priority tag. "

0 commit comments

Comments
 (0)