Skip to content

REL: 1.3.0-rc1 #3069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Oct 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ jobs:
- run:
name: Check pypi preconditions
command: |
pyenv local 3.6.5
pip install --upgrade pip twine future wheel readme_renderer setuptools
python setup.py sdist bdist_wheel
twine check dist/*
Expand All @@ -353,7 +354,7 @@ jobs:
- run:
name: Validate Python 3 installation
command: |
pyenv local 3.5.2
pyenv local 3.6.5
pip install --upgrade pip
pip install dist/nipype-*-py2.py3-none-any.whl
# Futures should not install in Python 3
Expand Down Expand Up @@ -388,6 +389,7 @@ jobs:
- run:
name: Deploy to PyPI
command: |
pyenv local 3.6.5
pip install --upgrade twine future wheel readme_renderer setuptools
python setup.py check -r -s
python setup.py sdist bdist_wheel
Expand Down
3 changes: 3 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Horea Christian <[email protected]> <[email protected]>
Isaac Schwabacher <[email protected]>
Jakub Kaczmarzyk <[email protected]>
James Kent <[email protected]>
James Kent <[email protected]> Fred Mertz <[email protected]>
Janosch Linkersdörfer <[email protected]>
Jason Wong <[email protected]>
Jason Wong <[email protected]> <[email protected]>
Expand All @@ -80,6 +81,7 @@ Joerg Stadler <[email protected]> <[email protected]>
Joerg Stadler <[email protected]> <[email protected]>
Joerg Stadler <[email protected]> <[email protected]>
John A. Lee <[email protected]>
John A. Lee <[email protected]> <[email protected]>
Joke Durnez <[email protected]>
Josh Warner <[email protected]> <[email protected]>
Junhao WEN <[email protected]>
Expand Down Expand Up @@ -151,6 +153,7 @@ Shariq Iqbal <[email protected]>
Shariq Iqbal <[email protected]> <[email protected]>
Shoshana Berleant <[email protected]> Shoshana Berleant <nope>
Shoshana Berleant <[email protected]> <[email protected]>
Shoshana Berleant <[email protected]> Ubuntu <[email protected]>
Simon Rothmei <[email protected]>
Simon Rothmei <[email protected]> <[email protected]>
Siqi Liu <[email protected]>
Expand Down
Loading