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

XiaoHongbo-Hope pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-mosaic.git


The following commit(s) were added to refs/heads/main by this push:
     new 3c91566  ci: fix macOS Python wheel platform tag (#39)
3c91566 is described below

commit 3c9156683937184b5057d2564bb6b22e5c604b0c
Author: QuakeWang <[email protected]>
AuthorDate: Sat May 23 21:51:24 2026 +0800

    ci: fix macOS Python wheel platform tag (#39)
    
    Signed-off-by: QuakeWang <[email protected]>
---
 .github/workflows/release-python.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/release-python.yml 
b/.github/workflows/release-python.yml
index c8d81d5..1b103d0 100644
--- a/.github/workflows/release-python.yml
+++ b/.github/workflows/release-python.yml
@@ -126,6 +126,10 @@ jobs:
 
       - name: Build wheel
         working-directory: python
+        env:
+          _PYTHON_HOST_PLATFORM: macosx-11.0-arm64
+          ARCHFLAGS: "-arch arm64"
+          MACOSX_DEPLOYMENT_TARGET: "11.0"
         run: python -m build --wheel
 
       - name: Repair wheel

Reply via email to