mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
v2
This commit is contained in:
parent
9f43d535a3
commit
f67da1a340
3 changed files with 6 additions and 1 deletions
|
@ -35,6 +35,10 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
|
||||
- run:
|
||||
name: Checkout code
|
||||
command: git checkout $CIRCLE_SHA1
|
||||
|
||||
# Check if setup.py is modified and publish to PyPI
|
||||
- run:
|
||||
name: PyPI publish
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
test 1
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='litellm',
|
||||
version='0.1.235',
|
||||
version='0.1.236',
|
||||
description='Library to easily interface with LLM API providers',
|
||||
author='BerriAI',
|
||||
packages=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue