Skip to content

Commit

Permalink
Merge pull request #898 from rordenlab/development
Browse files Browse the repository at this point in the history
Attempt to fix "File too large. Limit for project 'dcm2niix' is 100 MB."
  • Loading branch information
neurolabusc authored Dec 9, 2024
2 parents 98152e1 + c9617a8 commit 3e02980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with: {fetch-depth: 0, submodules: recursive}
with: {fetch-depth: 0, submodules: false}
- uses: actions/setup-python@v5
with: {python-version: '3.x'}
- uses: casperdcl/deploy-pypi@v2
Expand Down

0 comments on commit 3e02980

Please sign in to comment.