Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/conda_build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down