File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -339,6 +339,7 @@ jobs:
339
339
- run :
340
340
name : Check pypi preconditions
341
341
command : |
342
+ pyenv local 3.6.5
342
343
pip install --upgrade pip twine future wheel readme_renderer setuptools
343
344
python setup.py sdist bdist_wheel
344
345
twine check dist/*
@@ -353,7 +354,7 @@ jobs:
353
354
- run :
354
355
name : Validate Python 3 installation
355
356
command : |
356
- pyenv local 3.5.2
357
+ pyenv local 3.6.5
357
358
pip install --upgrade pip
358
359
pip install dist/nipype-*-py2.py3-none-any.whl
359
360
# Futures should not install in Python 3
@@ -388,6 +389,7 @@ jobs:
388
389
- run :
389
390
name : Deploy to PyPI
390
391
command : |
392
+ pyenv local 3.6.5
391
393
pip install --upgrade twine future wheel readme_renderer setuptools
392
394
python setup.py check -r -s
393
395
python setup.py sdist bdist_wheel
You can’t perform that action at this time.
0 commit comments