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 d8071fcfc5d181e39e5e6fc0ea08facdd139ec2e 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..c818dcc76 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]
