Skip to content

Commit 43df2e4

Browse files
committed
CI: Build and store wheels as artifacts
1 parent d2abc85 commit 43df2e4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 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: *store_artifacts_kwds
346+
path: /home/circleci/nipype/dist
345347

346348
deploy_pypi:
347349
machine: *machine_kwds
@@ -436,7 +438,4 @@ workflows:
436438
only: /rel\/.*/
437439
tags:
438440
only: /.*/
439-
- pypi_precheck:
440-
filters:
441-
branches:
442-
only: /rel\/.*/
441+
- pypi_precheck

0 commit comments

Comments
 (0)