diff --git a/.github/workflows/workflows.yml b/.github/workflows/workflows.yml index b8c7c0a1..780e6354 100644 --- a/.github/workflows/workflows.yml +++ b/.github/workflows/workflows.yml @@ -100,22 +100,6 @@ jobs: with: python-version: 3.9 - # - uses: conda-incubator/setup-miniconda@v2 - # with: - # miniconda-version: "latest" - # activate-environment: datalad - # channels: conda-forge - # channel-priority: flexible - # allow-softlinks: true - # show-channel-urls: true - # use-only-tar-bz2: true - - # - name: Check conda installation - # shell: bash -l {0} - # run: | - # conda info - # conda list - - name: Install dependencies shell: bash -l {0} run: | @@ -324,7 +308,7 @@ jobs: deploy_version: needs: [build_docs, test_ds003] - if: startsWith(github.ref, 'refs/tags/v') + if: startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/.zenodo.json b/.zenodo.json index 95c4edf1..5f09275d 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -52,7 +52,7 @@ }, { "affiliation": "Stanford University", - "name": "Shashank Bansal", + "name": "Bansal, Shashank", "orcid": "0000-0002-1252-8772" }, { diff --git a/setup.cfg b/setup.cfg index 9417ae46..2040ce0d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ install_requires = nilearn~=0.8.1 pandas>=0.19 tables>=3.2.1 - pybids==0.14 + pybids~=0.14.0 jinja2 [options.extras_require]