This commit is contained in:
ishaan-jaff 2023-08-05 09:26:15 -07:00
parent 3965c3c9a8
commit 9f43d535a3
3 changed files with 3 additions and 3 deletions

View file

@ -43,9 +43,9 @@ jobs:
echo "setup.py modified" echo "setup.py modified"
echo -e "[pypi]\nusername = __token__\npassword = $PYPI_API_TOKEN" > ~/.pypirc echo -e "[pypi]\nusername = __token__\npassword = $PYPI_API_TOKEN" > ~/.pypirc
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install twine
pip install wheel pip install wheel
pip install --upgrade setuptools pip install --upgrade twine setuptools
rm -rf build dist
echo "Building package" echo "Building package"
python setup.py sdist bdist_wheel python setup.py sdist bdist_wheel
echo "Twine upload to dist" echo "Twine upload to dist"

0
litellm/tests.txt Normal file
View file

View file

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='litellm', name='litellm',
version='0.1.234', version='0.1.235',
description='Library to easily interface with LLM API providers', description='Library to easily interface with LLM API providers',
author='BerriAI', author='BerriAI',
packages=[ packages=[