From c9617a87939501cc00de9bb32ac8c1b71c123fe3 Mon Sep 17 00:00:00 2001 From: neurolabusc Date: Mon, 9 Dec 2024 11:02:38 -0800 Subject: [PATCH] Attempt to fix "File too large. Limit for project 'dcm2niix' is 100 MB." --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 46e02975..68567215 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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