mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Updated config.yml
This commit is contained in:
parent
4900f11570
commit
74c5e6f415
1 changed files with 10 additions and 0 deletions
|
@ -73,6 +73,16 @@ jobs:
|
|||
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
- run:
|
||||
name: Check if litellm dir was updated or if pyproject.toml was modified
|
||||
command: |
|
||||
if [ -n "$(git diff --name-only $CIRCLE_SHA1^..$CIRCLE_SHA1 | grep -E 'pyproject\.toml|litellm/')" ]; then
|
||||
echo "litellm updated"
|
||||
else
|
||||
echo "No changes to litellm or pyproject.toml. Skipping PyPI publish."
|
||||
circleci step halt
|
||||
fi
|
||||
|
||||
- run:
|
||||
name: Checkout code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue