You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a jupyter lab extension and related packages for an open source software.
For historical reasons, the software publishes its internal packages to GitHub packages and all packages that can be useful to others to the normal npm registry.
How would it be possible to release to two package registries simultaneously?
Proposed Solution
May be an option to only publish npm packages? Or to pass multiple registries to the commands?
Additional context
The text was updated successfully, but these errors were encountered:
Thanks this may work, I have just tried it.
But I was hit by the fact that other registry report slightly different error messages:
npm error code E409
npm error 409 Conflict - PUT https://npm.pkg.github.com/@fails-components%2fjupyter-applet-view - Cannot publish over existing version
npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2025-02-09T16_49_14_715Z-debug-0.log
Problem
I have created a jupyter lab extension and related packages for an open source software.
For historical reasons, the software publishes its internal packages to GitHub packages and all packages that can be useful to others to the normal npm registry.
How would it be possible to release to two package registries simultaneously?
Proposed Solution
May be an option to only publish npm packages? Or to pass multiple registries to the commands?
Additional context
The text was updated successfully, but these errors were encountered: