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 1cef84f commit 6de3c38Copy full SHA for 6de3c38
.circleci/config.yml
@@ -341,7 +341,7 @@ jobs:
341
command: |
342
pip install twine future wheel
343
python setup.py sdist bdist_wheel
344
- # twine upload dist/*
+ twine upload dist/*
345
346
workflows:
347
version: 2
@@ -370,11 +370,11 @@ workflows:
370
- test_py3_fmri_fsl_spm
371
- test_py3_fmri_spm_dartel_multiproc
372
- deploy_pypi:
373
- # filters:
374
- # branches:
375
- # ignore: /.*/
376
- # tags:
377
- # only: /.*/
+ filters:
+ branches:
+ ignore: /.*/
+ tags:
+ only: /.*/
378
requires:
379
- test_pytest
380
- test_fmri_spm_nested_fsl_feeds
0 commit comments