matplotlib / matplotlib/ipympl
npm deploy broken
未关闭
还没有人认领这个 Issue。
- 主要语言
- Jupyter Notebook
- 星标
- 1.7k
- 派生
- 234
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从链接的部署 action 运行开始,检查 npm 身份验证失败的位置。将部署配置与预期的 npm 注册表身份验证进行比较,然后验证该 action 能否在下一次 JavaScript 发布之前成功完成身份验证。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- github-actions, javascript
- 领域
- ci-cd, release
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100