Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Download aarch64 wheels #154

Merged
merged 1 commit into from Dec 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions tools/download_typed_ast.py
Expand Up @@ -70,6 +70,7 @@ def main(argv):

download_entries(GCLOUD_URL, version, 'manylinux1_x86_64')
download_entries(GCLOUD_URL, version, 'manylinux1_i686')
download_entries(GCLOUD_URL, version, 'manylinux2014_aarch64')

download_appveyor(version)

Expand Down