Skip to content

Commit 5965680

Browse files
committed
fix dev release.txt
1 parent 40a7924 commit 5965680

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

cookbook/misc/dev_release.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
python3 -m build
2-
twine upload --verbose dist/litellm-1.18.13.dev4.tar.gz -u __token__ -
2+
twine upload --verbose dist/litellm-1.18.13.dev4.tar.gz -u __token__ -
3+
4+
5+
Note: You might need to make a MANIFEST.ini file on root for build process incase it fails
6+
7+
Place this in MANIFEST.ini
8+
recursive-exclude venv *
9+
recursive-exclude myenv *
10+
recursive-exclude py313_env *
11+
recursive-exclude **/.venv *

0 commit comments

Comments
 (0)