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

chaokunyang pushed a commit to tag v0.12.0-rc1
in repository https://gitbox.apache.org/repos/asf/fory.git

commit 158d9c9afa8a0862b1768532c570f14c44d121b2
Author: chaokunyang <[email protected]>
AuthorDate: Thu Aug 14 19:40:22 2025 +0800

    fix release python
---
 .github/workflows/release.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 25cbba768..c64b52665 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -78,6 +78,11 @@ jobs:
                yum install -y git sudo wget
                git config --global --add safe.directory /work
 
+               export PATH=/opt/python/cp${{ matrix.python-version }}-cp${{ 
matrix.python-version }}/bin:$PATH
+
+               echo "Using Python from: $(which python)"
+               echo "Python version: $(python -V)"
+
                # Install Bazel inside the container
                bash ci/run_ci.sh install_bazel
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to