We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df63618 commit 4df4076Copy full SHA for 4df4076
1 file changed
oss_local_scripts/make_egg.sh
@@ -239,7 +239,7 @@ package_egg() {
239
mv ${EGG_PATH} ${NEW_EGG_PATH}
240
EGG_PATH=${NEW_EGG_PATH}
241
elif [[ $OSTYPE == msys ]]; then
242
- EGG_PATH=${WORKSPACE}/${build_type}/oss_src/unity/python/dist/SFrame-${VERSION_NUMBER}-cp27-none-win_amd64.whl
+ EGG_PATH=`ls ${WORKSPACE}/${build_type}/oss_src/unity/python/dist/SFrame-${VERSION_NUMBER}-*-none-win_amd64.whl`
243
elif [[ $OSTYPE == linux-* ]]; then
244
PYTHON_VERSION=`$PYTHON_EXECUTABLE -V 2>&1 | perl -ne 'print m/^Python (\d\.\d)/'`
245
NEW_EGG_PATH=${WORKSPACE}/${build_type}/oss_src/unity/python/dist/SFrame-${VERSION_NUMBER}-py${PYTHON_VERSION}.${archive_file_ext}
0 commit comments