Skip to content

Commit 7013470

Browse files
authored
Merge branch 'nipype:main' into convert-fsl-1
2 parents e14d028 + a3d984e commit 7013470

12 files changed

+1360
-4
lines changed

.flake8

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
[flake8]
3+
doctests = True
4+
exclude =
5+
**/__init__.py
6+
*build/
7+
docs/sphinxext/
8+
docs/tools/
9+
docs/conf.py
10+
arcana/_version.py
11+
versioneer.py
12+
docs/source/conf.py
13+
max-line-length = 88
14+
select = C,E,F,W,B,B950
15+
extend-ignore = E203,E501,E129,W503
16+
per-file-ignores =
17+
setup.py:F401

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build and publish
3131
env:
3232
TWINE_USERNAME: __token__
33-
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
33+
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
3434
run: |
3535
python -m build
3636
twine upload dist/*

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Installation
7272

7373
.. code-block:: bash
7474
75-
$ python3 -m pip nipype2pydra
75+
$ python3 -m pip install nipype2pydra
7676
7777
7878
License

0 commit comments

Comments
 (0)