From 06e2920ac95c7bae280883325e6097d5f88f9394 Mon Sep 17 00:00:00 2001 From: Laura Murgatroyd <60604372+lauramurgatroyd@users.noreply.github.com> Date: Wed, 2 Nov 2022 09:10:32 +0000 Subject: [PATCH 1/2] Update conda_build_and_publish.yml --- .github/workflows/conda_build_and_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda_build_and_publish.yml b/.github/workflows/conda_build_and_publish.yml index 2c5e6993..3f9f7177 100644 --- a/.github/workflows/conda_build_and_publish.yml +++ b/.github/workflows/conda_build_and_publish.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 # All history for use later with the meta.yaml file for conda-recipes - name: publish-to-conda - uses: paskino/conda-package-publish-action@v1.4.4 + uses: paskino/conda-package-publish-action@v2.0.0 with: subDir: 'Wrappers/Python/conda-recipe' channels: '-c conda-forge -c paskino -c ccpi' From b0c189fd39516ce9181242bad65ffed9815f7cab Mon Sep 17 00:00:00 2001 From: Laura Murgatroyd <60604372+lauramurgatroyd@users.noreply.github.com> Date: Wed, 2 Nov 2022 10:08:40 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fdc9783..40fd44dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## vx.x.x - add `deleteWidget` method to CILViewerBase - Add environment file for development of the viewer +- Update conda build and publish action to v2.0.0 ## v22.4.0 - Add command line tool for resampling a dataset, with entrypoint: resample (and unit tests)