We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ddfcf commit d3374ebCopy full SHA for d3374eb
.circleci/config.yml
@@ -339,7 +339,7 @@ jobs:
339
command: |
340
pip install twine future
341
python setup.py sdist bdist_wheel
342
- twine upload dist/*
+ # twine upload dist/*
343
344
workflows:
345
version: 2
@@ -368,11 +368,11 @@ workflows:
368
- test_py3_fmri_fsl_spm
369
- test_py3_fmri_spm_dartel_multiproc
370
- deploy_pypi:
371
- filters:
372
- branches:
373
- ignore: /.*/
374
- tags:
375
- only: /.*/
+ # filters:
+ # branches:
+ # ignore: /.*/
+ # tags:
+ # only: /.*/
376
requires:
377
- test_pytest
378
- test_fmri_spm_nested_fsl_feeds
0 commit comments