We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a7924 commit 5965680Copy full SHA for 5965680
cookbook/misc/dev_release.txt
@@ -1,2 +1,11 @@
1
python3 -m build
2
-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__ -
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