Update config.yml

This commit is contained in:
Ishaan Jaff 2023-08-01 15:50:38 -07:00 committed by GitHub
parent b2ad5a7a2c
commit c4035fe813
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,9 +3,11 @@ jobs:
local_testing:
docker:
- image: circleci/python:3.10
working_directory: ~/project
steps:
# Install dependencies from requirements.txt
- checkout
- run:
name: Install Dependencies
command: |
@ -31,6 +33,7 @@ jobs:
PYPI_API_TOKEN: $PYPI_API_TOKEN # Use the environment variable in the job
steps:
- checkout
# Check if setup.py is modified and publish to PyPI
- run:
name: Check setup.py modification