ipympl icon indicating copy to clipboard operation
ipympl copied to clipboard

npm deploy broken

Open ianhi opened this issue 3 years ago • 0 comments

Describe the issue

in the deploy action the npm authentication seems to be broken: https://github.com/matplotlib/ipympl/runs/5243522626?check_suite_focus=true

npm ERR! code ENEEDAUTH
npm ERR! need auth This command requires you to be logged in to https://registry.npmjs.org/
npm ERR! need auth You need to authorize this machine using `npm adduser`

This isn't important for 0.8.8 because we didn't bump the js version, but this will matter for the next one.

ianhi avatar Feb 18 '22 06:02 ianhi