[ci]: use hosted runner for sglang-kt release

Use GitHub-hosted runners for the pure Python sglang-kt release workflow so the PyPI release is not blocked by unavailable self-hosted runners.
This commit is contained in:
Peilin Li 2026-04-25 21:05:18 +08:00 committed by GitHub
parent bc7afff13b
commit 85f1ab530b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ permissions:
jobs:
build-sglang-kt:
name: Build sglang-kt wheel
runs-on: [self-hosted, linux, x64]
runs-on: ubuntu-latest
steps:
- name: Checkout repository
@ -70,7 +70,7 @@ jobs:
publish-pypi:
name: Publish sglang-kt to PyPI
needs: [build-sglang-kt]
runs-on: [self-hosted, linux, x64]
runs-on: ubuntu-latest
if: github.repository == 'kvcache-ai/ktransformers' && github.ref == 'refs/heads/main'
environment: prod
permissions: