Script to test wheel on Apple Sillicon

This commit is contained in:
Armen Zambrano G 2021-09-08 15:19:17 -04:00
parent b999a5c9ef
commit f3c696d22e

View File

@ -0,0 +1,12 @@
#!/bin/bash
# Test macos arm64 wheel packages from Github actions.
# It only makes sense to run this script from an Apple Silicon device
#
# From Github's Actions tab, choose the "Build packages" run and
# look for artifacts at the bottom. Download "packages_macos_arm64"
# and call this script with the path to it
set -euo pipefail
set -x
url=