From 872f52229aae683e86b855bc1b7b045f6c342ef3 Mon Sep 17 00:00:00 2001 From: yihong0618 Date: Thu, 31 Jul 2025 16:26:18 +0800 Subject: [PATCH 1/2] fix: fork should not run pypi router 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 547522e8aa6c..dd2121b32c13 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-router' needs: [build, build-sdist] runs-on: ubuntu-latest steps: From 29738dff0b70b311dee664a38be2b1518c8992a5 Mon Sep 17 00:00:00 2001 From: yihong0618 Date: Thu, 31 Jul 2025 16:30:03 +0800 Subject: [PATCH 2/2] fix: should sglang Signed-off-by: yihong0618 --- .github/workflows/release-pypi-router.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pypi-router.yml b/.github/workflows/release-pypi-router.yml index dd2121b32c13..948b3f584028 100644 --- a/.github/workflows/release-pypi-router.yml +++ b/.github/workflows/release-pypi-router.yml @@ -94,7 +94,7 @@ jobs: upload: name: Upload to PyPI - if: github.repository == 'sgl-project/sglang-router' + 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: