Skip to content

Commit d3374eb

Browse files
committed
CI: Dry-run for testing
1 parent 47ddfcf commit d3374eb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ jobs:
339339
command: |
340340
pip install twine future
341341
python setup.py sdist bdist_wheel
342-
twine upload dist/*
342+
# twine upload dist/*
343343
344344
workflows:
345345
version: 2
@@ -368,11 +368,11 @@ workflows:
368368
- test_py3_fmri_fsl_spm
369369
- test_py3_fmri_spm_dartel_multiproc
370370
- deploy_pypi:
371-
filters:
372-
branches:
373-
ignore: /.*/
374-
tags:
375-
only: /.*/
371+
# filters:
372+
# branches:
373+
# ignore: /.*/
374+
# tags:
375+
# only: /.*/
376376
requires:
377377
- test_pytest
378378
- test_fmri_spm_nested_fsl_feeds

0 commit comments

Comments
 (0)