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 746b738 commit 217a7e9Copy full SHA for 217a7e9
.circleci/config.yml
@@ -233,7 +233,7 @@ jobs:
233
- run:
234
name: Check PyPi preconditions
235
command: |
236
- pip install "setuptools>=27.0" cython numpy twine future
+ pip install "setuptools>=27.0" cython numpy twine future docutils
237
python setup.py check -r -s
238
python setup.py sdist
239
@@ -695,7 +695,7 @@ jobs:
695
696
name: Deploy to PyPi
697
698
699
echo "${CIRCLE_TAG}" > fmriprep/VERSION
700
701
0 commit comments