Update publish_pypi.yml

This commit is contained in:
Ishaan Jaff 2023-07-31 07:38:17 -07:00 committed by GitHub
parent 813813f544
commit 762d766ab5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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