fix: fork should not run pypi router (#8604)

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong
2025-07-31 17:37:13 +08:00
committed by GitHub
parent 32fa1e9cc2
commit 09f1a247ce

View File

@@ -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: