From 18b0ac22e817bdf2a74cb1ec9505f2a8308f4c66 Mon Sep 17 00:00:00 2001 From: "sandipsamal117@gmail.com" Date: Fri, 4 Oct 2024 13:39:07 -0400 Subject: [PATCH] updated compute to NERC and version bump --- .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 aa61885..22e3cf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,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 58cb8c4..bf0b379 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name = 'dircopy', - version = '2.1.2', + version = '2.1.3', description = 'A plugin fs app to copy one or more obj storage directories', long_description = readme, author = 'FNNDSC',