This is an automated email from the ASF dual-hosted git repository.

dianfu pushed a commit to branch release-2.0
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 5c967772dfde61a1117c5dfd93f8b2aa10171f6d
Author: Dian Fu <[email protected]>
AuthorDate: Tue Feb 10 16:44:15 2026 +0800

    [FLINK-39052][python] Bump version auditwheel to 6.6.0 (#27563)
---
 flink-python/dev/build-wheels.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-python/dev/build-wheels.sh b/flink-python/dev/build-wheels.sh
index 537706be75b..e327035679e 100755
--- a/flink-python/dev/build-wheels.sh
+++ b/flink-python/dev/build-wheels.sh
@@ -43,7 +43,7 @@ if [[ "$(uname)" != "Darwin" ]]; then
     # 4.1 install patchelf
     conda install -c conda-forge patchelf=0.11 -y
     # 4.2 install auditwheel
-    pip install auditwheel==3.2.0
+    pip install auditwheel==6.6.0
     # 4.3 convert Linux wheel
     for wheel_file in dist/*.whl; do
         auditwheel repair ${wheel_file} -w dist

Reply via email to