File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -317,16 +317,14 @@ jobs:
317
317
name : Check pypi preconditions
318
318
command : |
319
319
pyenv local 3.5.2
320
- pip install --upgrade twine future wheel readme_renderer setuptools
320
+ pip install --upgrade twine wheel readme_renderer setuptools
321
321
python setup.py check -r -s
322
322
python setup.py sdist bdist_wheel
323
323
- run :
324
324
name : Validate Python 3 installation
325
325
command : |
326
326
pyenv local 3.5.2
327
327
pip install dist/nipype-*-py3-none-any.whl
328
- # Futures should not install in Python 3
329
- test $(pip show futures 2>/dev/null | wc -l) = "0"
330
328
- store_artifacts :
331
329
path : /home/circleci/nipype/dist
332
330
@@ -340,7 +338,7 @@ jobs:
340
338
name : Deploy to PyPI
341
339
command : |
342
340
pyenv local 3.5.2
343
- pip install --upgrade twine future wheel readme_renderer setuptools
341
+ pip install --upgrade twine wheel readme_renderer setuptools
344
342
python setup.py check -r -s
345
343
python setup.py sdist bdist_wheel
346
344
twine upload dist/*
You can’t perform that action at this time.
0 commit comments