forked from phoenix/litellm-mirror
Update config.yml
This commit is contained in:
parent
b2ad5a7a2c
commit
c4035fe813
1 changed files with 4 additions and 1 deletions
|
@ -3,9 +3,11 @@ jobs:
|
||||||
local_testing:
|
local_testing:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.10
|
- image: circleci/python:3.10
|
||||||
|
working_directory: ~/project
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Install dependencies from requirements.txt
|
- checkout
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: |
|
command: |
|
||||||
|
@ -31,6 +33,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:
|
||||||
|
- checkout
|
||||||
# Check if setup.py is modified and publish to PyPI
|
# Check if setup.py is modified and publish to PyPI
|
||||||
- run:
|
- run:
|
||||||
name: Check setup.py modification
|
name: Check setup.py modification
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue