forked from phoenix/litellm-mirror
Update config.yml
This commit is contained in:
parent
21cb9ad575
commit
36f95624a8
1 changed files with 1 additions and 4 deletions
|
@ -35,8 +35,7 @@ jobs:
|
||||||
PYPI_API_TOKEN: $PYPI_API_TOKEN # Use the environment variable in the job
|
PYPI_API_TOKEN: $PYPI_API_TOKEN # Use the environment variable in the job
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- checkout
|
||||||
at: ~/project
|
|
||||||
|
|
||||||
# Check if setup.py is modified and publish to PyPI
|
# Check if setup.py is modified and publish to PyPI
|
||||||
- run:
|
- run:
|
||||||
|
@ -64,8 +63,6 @@ workflows:
|
||||||
jobs:
|
jobs:
|
||||||
- local_testing
|
- local_testing
|
||||||
|
|
||||||
- persist_to_workspace:
|
|
||||||
root: ~/project
|
|
||||||
- publish_to_pypi:
|
- publish_to_pypi:
|
||||||
requires:
|
requires:
|
||||||
- local_testing
|
- local_testing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue