Add manual trigger to PyPI publish workflow
This commit is contained in:
parent
14eb3d6a16
commit
d57fce1aac
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pypi-publish.yml
vendored
1
.github/workflows/pypi-publish.yml
vendored
|
|
@ -3,6 +3,7 @@ name: Upload LightRAG-hku Package
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue