yt-project / yt_idv

Interactive volume rendering for yt
Other
8 stars 6 forks source link

update the create-release action #129

Open chrishavlin opened 1 week ago

chrishavlin commented 1 week ago

it's currently using https://github.com/actions/create-release which is now archived. https://github.com/ncipollo/release-action is used on yt-napari and works well (and is actively maintained)

chrishavlin commented 1 week ago

additionally, our create-release action throws the following warning:

Create Release The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

chrishavlin commented 1 week ago

oh, that additional warning is probaby coming from https://github.com/actions/create-release , should be fixed when switching.