forked from phoenix/litellm-mirror
publish
This commit is contained in:
parent
3965c3c9a8
commit
9f43d535a3
3 changed files with 3 additions and 3 deletions
|
@ -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
0
litellm/tests.txt
Normal file
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.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=[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue