Skip to content

Commit

Permalink
Download manylinux2014 wheels in the release script (#10485)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Jun 25, 2024
1 parent 4c1920a commit 4abf24a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/release-artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ def download_py_packages(
) -> None:
platforms = [
"win_amd64",
"manylinux2014_x86_64",
"manylinux2014_aarch64",
"manylinux_2_28_x86_64",
"manylinux_2_28_aarch64",
"macosx_10_15_x86_64.macosx_11_0_x86_64.macosx_12_0_x86_64",
Expand Down

0 comments on commit 4abf24a

Please sign in to comment.