File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -316,14 +316,15 @@ jobs:
316
316
- run :
317
317
name : Check pypi preconditions
318
318
command : |
319
+ pyenv local 3.5.2
319
320
pip install --upgrade twine future wheel readme_renderer setuptools
320
321
python setup.py check -r -s
321
322
python setup.py sdist bdist_wheel
322
323
- run :
323
324
name : Validate Python 3 installation
324
325
command : |
325
326
pyenv local 3.5.2
326
- pip install dist/nipype-*-py2. py3-none-any.whl
327
+ pip install dist/nipype-*-py3-none-any.whl
327
328
# Futures should not install in Python 3
328
329
test $(pip show futures 2>/dev/null | wc -l) = "0"
329
330
- store_artifacts :
@@ -338,6 +339,7 @@ jobs:
338
339
- run :
339
340
name : Deploy to PyPI
340
341
command : |
342
+ pyenv local 3.5.2
341
343
pip install --upgrade twine future wheel readme_renderer setuptools
342
344
python setup.py check -r -s
343
345
python setup.py sdist bdist_wheel
@@ -382,7 +384,7 @@ workflows:
382
384
- pypi_precheck :
383
385
filters :
384
386
branches :
385
- only : /rel\/.*/
387
+ only : /( rel|dev) \/.*/
386
388
tags :
387
389
only : /.*/
388
390
- compare_base_dockerfiles :
Original file line number Diff line number Diff line change 1
1
[bdist_wheel]
2
- universal =1
2
+ python-tag =py3
You can’t perform that action at this time.
0 commit comments