Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit efb684e

Browse files
riddell-stanahartikainen
authored andcommitted
ci: Update wheels downloading script (#657)
1 parent 9eb82d0 commit efb684e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

continuous_integration/download_wheels.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WHEEL_HEAD="${PACKAGE}-${VERSION}"
1111
WIN_TAIL32="win32.whl"
1212
WIN_TAIL64="win_amd64.whl"
1313
MANYLINUX1_TAIL64="manylinux1_x86_64.whl"
14-
MACOS_TAIL64="macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl"
14+
MACOS_TAIL64="macosx_10_6_intel.whl"
1515

1616
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1717
mkdir -p "$DIR/../dist"

0 commit comments

Comments
 (0)