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
+3
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