Skip to content

Commit ae913a2

Browse files
committed
CI: Store dist/ as artifacts
1 parent 2034ec5 commit ae913a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ jobs:
342342
pip install twine future wheel readme_renderer
343343
python setup.py check -r -s
344344
python setup.py sdist bdist_wheel
345+
- store_artifacts:
346+
path: /home/circleci/nipype/dist
345347

346348
deploy_pypi:
347349
machine: *machine_kwds

0 commit comments

Comments
 (0)