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 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