forked from phoenix/litellm-mirror
Update publish_pypi.yml
This commit is contained in:
parent
813813f544
commit
762d766ab5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/publish_pypi.yml
vendored
3
.github/workflows/publish_pypi.yml
vendored
|
@ -3,6 +3,9 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main # You can change this to the branch you want to publish from
|
- main # You can change this to the branch you want to publish from
|
||||||
|
paths:
|
||||||
|
- 'litellm/**'
|
||||||
|
- 'setup.py'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue