mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-04-29 10:41:38 +00:00
Update release-pypi.yml (#1721)
This commit is contained in:
4
.github/workflows/release-pypi.yml
vendored
4
.github/workflows/release-pypi.yml
vendored
@@ -23,7 +23,7 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
build-kt-kernel:
|
build-kt-kernel:
|
||||||
name: Build kt-kernel CPU-only (Python ${{ matrix.python-version }})
|
name: Build kt-kernel CPU-only (Python ${{ matrix.python-version }})
|
||||||
runs-on: ubuntu-20.04
|
runs-on: [self-hosted, linux, x64]
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -93,7 +93,7 @@ jobs:
|
|||||||
publish-pypi:
|
publish-pypi:
|
||||||
name: Publish to PyPI
|
name: Publish to PyPI
|
||||||
needs: build-kt-kernel
|
needs: build-kt-kernel
|
||||||
runs-on: ubuntu-latest
|
runs-on: [self-hosted, linux, x64]
|
||||||
if: github.repository == 'kvcache-ai/ktransformers' && github.ref == 'refs/heads/main'
|
if: github.repository == 'kvcache-ai/ktransformers' && github.ref == 'refs/heads/main'
|
||||||
environment: prod
|
environment: prod
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user