We are already setup for trusted publishing with npm for the .github/workflows/javascript.yml action. We still need to update the action to publish to npm. We also need to make sure we publish only the javascript files and be sure to build and include the wasm code.
Acceptance criteria
.github/workflows/javascript.yml is updated to publish to npm on a release using the same trigger as the python wheels
- we only bundle the necessary javascript files and readme
Ideas
We are already setup for trusted publishing with npm for the
.github/workflows/javascript.ymlaction. We still need to update the action to publish to npm. We also need to make sure we publish only the javascript files and be sure to build and include the wasm code.Acceptance criteria
.github/workflows/javascript.ymlis updated to publish to npm on a release using the same trigger as the python wheelsIdeas