mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Update config.yml
This commit is contained in:
parent
7205fe1a16
commit
21cb9ad575
1 changed files with 7 additions and 1 deletions
|
@ -35,7 +35,9 @@ jobs:
|
|||
PYPI_API_TOKEN: $PYPI_API_TOKEN # Use the environment variable in the job
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
- attach_workspace:
|
||||
at: ~/project
|
||||
|
||||
# Check if setup.py is modified and publish to PyPI
|
||||
- run:
|
||||
name: PyPI publish
|
||||
|
@ -62,7 +64,11 @@ workflows:
|
|||
jobs:
|
||||
- local_testing
|
||||
|
||||
- persist_to_workspace:
|
||||
root: ~/project
|
||||
- publish_to_pypi:
|
||||
requires:
|
||||
- local_testing
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue