Skip to content

Commit aed369a

Browse files
committed
GH-50360: [Release] Remove stray Apache-Arrow-Flight-SQL-ODBC-*-win64.msi from 04-binary-download.sh and 05-binary-upload.sh
1 parent 3f10504 commit aed369a

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

dev/release/04-binary-download.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

dev/release/05-binary-upload.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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() {
109108
if [ "${UPLOAD_DOCS}" -gt 0 ]; then
110109
upload_to_github_release docs "${ARROW_ARTIFACTS_DIR}"/*-docs/*
111110
fi
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
116111
if [ "${UPLOAD_PYTHON}" -gt 0 ]; then
117112
upload_to_github_release python \
118113
"${ARROW_ARTIFACTS_DIR}"/{python-sdist,wheel-*}/*

0 commit comments

Comments
 (0)