Update release-whl-kernel.yml (#13921)
This commit is contained in:
@@ -175,14 +175,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tag_name: ${{ steps.set_tag_name.outputs.tag_name }}
|
tag_name: ${{ steps.set_tag_name.outputs.tag_name }}
|
||||||
repository: sgl-project/whl
|
repository: sgl-project/whl
|
||||||
token: ${{ secrets.WHL_TOKEN }}
|
token: ${{ secrets.GH_PAT_FOR_WHL_RELEASE }}
|
||||||
files: |
|
files: |
|
||||||
sgl-kernel/dist/*
|
sgl-kernel/dist/*
|
||||||
|
|
||||||
- name: Clone wheel index
|
- name: Clone wheel index
|
||||||
run: git clone https://oauth2:${WHL_TOKEN}@github.com/sgl-project/whl.git sgl-whl
|
run: git clone https://oauth2:${WHL_TOKEN}@github.com/sgl-project/whl.git sgl-whl
|
||||||
env:
|
env:
|
||||||
WHL_TOKEN: ${{ secrets.WHL_TOKEN }}
|
WHL_TOKEN: ${{ secrets.GH_PAT_FOR_WHL_RELEASE }}
|
||||||
|
|
||||||
- name: Update wheel index
|
- name: Update wheel index
|
||||||
run: python3 scripts/update_kernel_whl_index.py --cuda 130
|
run: python3 scripts/update_kernel_whl_index.py --cuda 130
|
||||||
|
|||||||
Reference in New Issue
Block a user