From e01ca7e77b2bf8366261a59f12a166f489b70224 Mon Sep 17 00:00:00 2001 From: "sandipsamal117@gmail.com" Date: Fri, 4 Oct 2024 12:03:23 -0400 Subject: [PATCH] fix compute name to NERC --- .github/workflows/ci.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ddebdd..17159de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: username: ${{ secrets.CHRISPROJECT_USERNAME }} password: ${{ secrets.CHRISPROJECT_PASSWORD }} chris_url: https://cube.chrisproject.org/api/v1/ - compute_names: host + compute_names: NERC - name: Update DockerHub description if: steps.upload.outcome == 'success' diff --git a/setup.py b/setup.py index b2d9e4a..7e0a458 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'lld_inference', - version = '2.2.21', + version = '2.2.22', description = 'An app to run LLD inference', author = 'FNNDSC', author_email = 'dev@babyMRI.org',