File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,6 +54,5 @@ gh release download "${tag}" \
5454 --pattern " centos-*.tar.gz" \
5555 --pattern " debian-*.tar.gz" \
5656 --pattern " ubuntu-*.tar.gz" \
57- --pattern " Apache-Arrow-Flight-SQL-ODBC-*-win64.msi" \
5857 --repo " ${REPOSITORY:- apache/ arrow} " \
5958 --skip-existing
Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ cd "${SOURCE_DIR}"
6767: " ${UPLOAD_CENTOS:= ${UPLOAD_DEFAULT} } "
6868: " ${UPLOAD_DEBIAN:= ${UPLOAD_DEFAULT} } "
6969: " ${UPLOAD_DOCS:= ${UPLOAD_DEFAULT} } "
70- : " ${UPLOAD_ODBC:= ${UPLOAD_DEFAULT} } "
7170: " ${UPLOAD_PYTHON:= ${UPLOAD_DEFAULT} } "
7271: " ${UPLOAD_R:= ${UPLOAD_DEFAULT} } "
7372: " ${UPLOAD_UBUNTU:= ${UPLOAD_DEFAULT} } "
@@ -109,10 +108,6 @@ upload_to_github_release() {
109108if [ " ${UPLOAD_DOCS} " -gt 0 ]; then
110109 upload_to_github_release docs " ${ARROW_ARTIFACTS_DIR} " /* -docs/*
111110fi
112- if [ " ${UPLOAD_ODBC} " -gt 0 ]; then
113- upload_to_github_release odbc \
114- " ${ARROW_ARTIFACTS_DIR} " /Apache-Arrow-Flight-SQL-ODBC-* -win64.msi
115- fi
116111if [ " ${UPLOAD_PYTHON} " -gt 0 ]; then
117112 upload_to_github_release python \
118113 " ${ARROW_ARTIFACTS_DIR} " /{python-sdist,wheel-* }/*
You can’t perform that action at this time.
0 commit comments