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: