forked from phoenix/litellm-mirror
workflow block testing
This commit is contained in:
parent
417edc5b3d
commit
580918f360
2 changed files with 3 additions and 3 deletions
|
@ -71,8 +71,8 @@ workflows:
|
||||||
- local_testing
|
- local_testing
|
||||||
|
|
||||||
- publish_to_pypi:
|
- publish_to_pypi:
|
||||||
# requires:
|
requires:
|
||||||
# - local_testing
|
- local_testing
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "litellm"
|
name = "litellm"
|
||||||
version = "0.1.330"
|
version = "0.1.331"
|
||||||
description = "Library to easily interface with LLM API providers"
|
description = "Library to easily interface with LLM API providers"
|
||||||
authors = ["BerriAI"]
|
authors = ["BerriAI"]
|
||||||
license = "MIT License"
|
license = "MIT License"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue