Unverified Commit 09f1a247 authored by yihong's avatar yihong Committed by GitHub
Browse files

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


Signed-off-by: default avataryihong0618 <zouzou0208@gmail.com>
parent 32fa1e9c
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment