Skip to content

Commit 6de3c38

Browse files
committed
Revert "CI: Dry-run for testing"
This reverts commit d3374eb.
1 parent 1cef84f commit 6de3c38

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
@@ -341,7 +341,7 @@ jobs:
341341
command: |
342342
pip install twine future wheel
343343
python setup.py sdist bdist_wheel
344-
# twine upload dist/*
344+
twine upload dist/*
345345
346346
workflows:
347347
version: 2
@@ -370,11 +370,11 @@ workflows:
370370
- test_py3_fmri_fsl_spm
371371
- test_py3_fmri_spm_dartel_multiproc
372372
- deploy_pypi:
373-
# filters:
374-
# branches:
375-
# ignore: /.*/
376-
# tags:
377-
# only: /.*/
373+
filters:
374+
branches:
375+
ignore: /.*/
376+
tags:
377+
only: /.*/
378378
requires:
379379
- test_pytest
380380
- test_fmri_spm_nested_fsl_feeds

0 commit comments

Comments
 (0)