Open ianhi opened 2 years ago
There may be some hints for 2 here: https://sergiodxa.com/articles/github-actions-npm-publish
possible using --access public
and maybe specifying the registry
For now I manually publish version 0.11.0
We could probably adopt jupyter-releaser and remove the action
@ianhi Email me so we can coordinate on what secrets need to be where.
Just ran into this again with 0.11.3
https://github.com/matplotlib/ipympl/actions/runs/4187384014/jobs/7257141068
And by coming back here realized that I never followed up... though looking again im not sure that the secrets need to be updated? they're already present
As a follow-up to #416, was this fixed already? :)
Wondering if I still need to match our user-side ipympl
versions in kernels when running on HPC-center provided Jupyter instances.
There seem to be two issues:
jupyterlab
is not installed for the npm section1 is an easy fix, we just need to
pip install jupyterlab