Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Sep 7, 2023
1 parent 487b9f9 commit 8de18c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,12 @@ jobs:
fi
deploy_pypi:
machine:
image: circleci/classic:201711-01
working_directory: /tmp/src/CuBIDS
steps:
- checkout
- checkout:
path: /home/circleci/src/CuBIDS
- run:
name: Generate distribution archives
command: |
Expand Down

0 comments on commit 8de18c2

Please sign in to comment.