Update config.yml

This commit is contained in:
Ishaan Jaff 2023-08-01 16:15:22 -07:00 committed by GitHub
parent 638ba5f1a1
commit c7348f576f

View file

@ -35,8 +35,7 @@ jobs:
PYPI_API_TOKEN: $PYPI_API_TOKEN # Use the environment variable in the job
steps:
- attach_workspace:
at: ~/project
- checkout
# Check if setup.py is modified and publish to PyPI
- run:
@ -64,8 +63,6 @@ workflows:
jobs:
- local_testing
- persist_to_workspace:
root: ~/project
- publish_to_pypi:
requires:
- local_testing