jupyter-server / jupyter_releaser

A set of helper scripts and GitHub Actions to aid in automated releases of Python and npm packages.
https://jupyter-releaser.readthedocs.io/en/latest/
Other
45 stars 64 forks source link

Allow customizing the shell for the action #549

Closed martinRenou closed 5 months ago

martinRenou commented 5 months ago

Problem

Discovered in https://github.com/voila-dashboards/voici/pull/107

It seems that when using a mamba-installed yarn (v3) it is not being picked up by the releaser. I understand the issue has to do with the shell being used in the jupyter-releaser action, so making this one configurable could allow to fix it