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' diff --git a/CHANGELOG.md b/CHANGELOG.md index 775accbc..e4214ada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## v x.x.x - Raise error if try to add multiple widgets with the same name. +- Github actions: + - Update conda build and publish action to v2.0.0 + ## v23.0.0 - add `deleteWidget` method to CILViewerBase - Add environment file for development of the viewer