itkwidgets icon indicating copy to clipboard operation
itkwidgets copied to clipboard

Add GitHub Action release workflow

Open thewtex opened this issue 4 years ago • 2 comments

Once a pushed tag, this workflow should,

  • [x] Generate release notes from utilities/release-notes.py.
  • [ ] Create a GitHub Release from the tag, notes.
  • [ ] Publish the npm package.

thewtex avatar Jan 09 '20 18:01 thewtex

Possible basis: https://github.com/softprops/action-gh-release

thewtex avatar Jan 09 '20 18:01 thewtex

@bnmajor we could use a similar approach to tensorboard-3d, but the build is flit publish vs python setup.py.

thewtex avatar May 20 '22 17:05 thewtex