forked from phoenix/litellm-mirror
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:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
|
- run:
|
||||||
|
name: Checkout code
|
||||||
|
command: git checkout $CIRCLE_SHA1
|
||||||
|
|
||||||
# Check if setup.py is modified and publish to PyPI
|
# Check if setup.py is modified and publish to PyPI
|
||||||
- run:
|
- run:
|
||||||
name: PyPI publish
|
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(
|
setup(
|
||||||
name='litellm',
|
name='litellm',
|
||||||
version='0.1.235',
|
version='0.1.236',
|
||||||
description='Library to easily interface with LLM API providers',
|
description='Library to easily interface with LLM API providers',
|
||||||
author='BerriAI',
|
author='BerriAI',
|
||||||
packages=[
|
packages=[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue