Skip to content

Commit d8628c1

Browse files
committed
Revert "CI: Build and store wheels as artifacts"
This reverts commit 43df2e4.
1 parent b61f4ff commit d8628c1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,6 @@ 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
347345
348346
deploy_pypi:
349347
machine: *machine_kwds
@@ -438,4 +436,7 @@ workflows:
438436
only: /rel\/.*/
439437
tags:
440438
only: /.*/
441-
- pypi_precheck
439+
- pypi_precheck:
440+
filters:
441+
branches:
442+
only: /rel\/.*/

0 commit comments

Comments
 (0)