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 e12ef90c5d571dcf5f16c0ac3bbba32c97481c19 Author: chaokunyang <[email protected]> AuthorDate: Thu Aug 14 19:40:22 2025 +0800 fix release python --- .github/workflows/release.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 25cbba768..0ef85f623 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -78,11 +78,7 @@ jobs: yum install -y git sudo wget git config --global --add safe.directory /work - # Install Bazel inside the container - bash ci/run_ci.sh install_bazel - - # Build the wheel inside the container - bash ci/deploy.sh build_pyfory + ls -alh /opt/python " # --------- Native (not in container) for macOS and Windows --------- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
