mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix dev release.txt
This commit is contained in:
parent
40a792472b
commit
5965680176
1 changed files with 10 additions and 1 deletions
|
@ -1,2 +1,11 @@
|
||||||
python3 -m build
|
python3 -m build
|
||||||
twine upload --verbose dist/litellm-1.18.13.dev4.tar.gz -u __token__ -
|
twine upload --verbose dist/litellm-1.18.13.dev4.tar.gz -u __token__ -
|
||||||
|
|
||||||
|
|
||||||
|
Note: You might need to make a MANIFEST.ini file on root for build process incase it fails
|
||||||
|
|
||||||
|
Place this in MANIFEST.ini
|
||||||
|
recursive-exclude venv *
|
||||||
|
recursive-exclude myenv *
|
||||||
|
recursive-exclude py313_env *
|
||||||
|
recursive-exclude **/.venv *
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue