From 09f1a247ce48811de3ea9c73f71398322813c87d Mon Sep 17 00:00:00 2001 From: yihong Date: Thu, 31 Jul 2025 17:37:13 +0800 Subject: [PATCH] fix: fork should not run pypi router (#8604) Signed-off-by: yihong0618 --- .github/workflows/release-pypi-router.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-pypi-router.yml b/.github/workflows/release-pypi-router.yml index 547522e8a..948b3f584 100644 --- a/.github/workflows/release-pypi-router.yml +++ b/.github/workflows/release-pypi-router.yml @@ -94,6 +94,7 @@ jobs: upload: name: Upload to PyPI + if: github.repository == 'sgl-project/sglang' # Ensure this job only runs for the sgl-project/sglang repository needs: [build, build-sdist] runs-on: ubuntu-latest steps: