Update publish_pypi.yml
This commit is contained in:
parent
813813f544
commit
762d766ab5
3
.github/workflows/publish_pypi.yml
vendored
3
.github/workflows/publish_pypi.yml
vendored
@ -3,6 +3,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main # You can change this to the branch you want to publish from
|
||||
paths:
|
||||
- 'litellm/**'
|
||||
- 'setup.py'
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user