This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 1999ae1e chore(dev/release): fix version bumper in Windows wheel build
(#839)
1999ae1e is described below
commit 1999ae1edaf3292ae7a15ea48d598245cd16814a
Author: David Li <[email protected]>
AuthorDate: Thu Jun 22 16:57:51 2023 -0400
chore(dev/release): fix version bumper in Windows wheel build (#839)
---
dev/release/utils-prepare.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/release/utils-prepare.sh b/dev/release/utils-prepare.sh
index bf450865..c56f9575 100644
--- a/dev/release/utils-prepare.sh
+++ b/dev/release/utils-prepare.sh
@@ -44,7 +44,7 @@ update_versions() {
git add cmake_modules/AdbcVersion.cmake
popd
- sed -i.bak -E "s/set ADBC_VERSION_DLL_SUFFIX=.+/set
ADBC_VERSION_DLL_SUFFIX=${version}/"
"${ADBC_DIR}/ci/scripts/python_wheel_windows_build.bat"
+ sed -i.bak -E "s/set ADBC_VERSION_DLL_SUFFIX=.+/set
ADBC_VERSION_DLL_SUFFIX=.${version}/"
"${ADBC_DIR}/ci/scripts/python_wheel_windows_build.bat"
rm "${ADBC_DIR}/ci/scripts/python_wheel_windows_build.bat.bak"
git add "${ADBC_DIR}/ci/scripts/python_wheel_windows_build.bat"