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 2be85a195a038e0319320443a25df21c4b7f8810
Author: chaokunyang <[email protected]>
AuthorDate: Thu Aug 14 19:40:22 2025 +0800

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

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 25cbba768..8075cf10a 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -78,6 +78,13 @@ jobs:
                yum install -y git sudo wget
                git config --global --add safe.directory /work
 
+               ls -alh /opt/python
+
+               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