sjperkins commented on code in PR #33805:
URL: https://github.com/apache/arrow/pull/33805#discussion_r1084018675


##########
dev/tasks/tasks.yml:
##########
@@ -452,16 +452,18 @@ tasks:
 
 {############################## Wheel Linux ##################################}
 
-{% for ci, arch, arch_alias, x_y, manylinux in [("github", "amd64", "x86_64", 
"2_17", "2014"),
-                                                ("travis", "arm64", "aarch64", 
"2_17", "2014")] %}
-  wheel-manylinux{{ manylinux }}-{{ python_tag }}-{{ arch }}:
+{% for ci, arch, arch_alias, x_y, manylinux_version, manylinux in [("github", 
"amd64", "x86_64", "2_17", "2014", "manylinux2014"),
+                                                                   ("github", 
"amd64", "x86_64", "2_28", "2-28", "manylinux_2_28"),
+                                                                   ("travis", 
"arm64", "aarch64", "2_17", "2014", "manylinux2014"),
+                                                                   ("travis", 
"arm64", "aarch64", "2_28", "2-28", "manylinux_2_28")] %}
+  wheel-{{ manylinux }}-{{ python_tag }}-{{ arch }}:
     ci: "{{ ci }}"
     template: python-wheels/{{ ci }}.linux.{{ arch }}.yml
     params:
       python_version: "{{ python_version }}"
-      manylinux_version: "{{ manylinux }}"
+      manylinux_version: "{{ manylinux_version }}"
     artifacts:
-      - pyarrow-{no_rc_version}-{{ python_tag }}-{{ abi_tag }}-manylinux_{{ 
x_y }}_{{ arch_alias }}.manylinux{{ manylinux }}_{{ arch_alias }}.whl
+      - pyarrow-{no_rc_version}-{{ python_tag }}-{{ abi_tag }}-manylinux_{{ 
x_y }}_{{ arch_alias }}.{{ manylinux }}_{{ arch_alias }}.whl

Review Comment:
   
https://github.com/apache/arrow/pull/33805/commits/3924533a9b4c4c61a74ad0ae1b0df3f713a27bef
 handles the different artifact schemas produced by audiwheel with a jinja 
if-else statement. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to