We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2db1df6 + 5316d6a commit acb06b2Copy full SHA for acb06b2
README.md
@@ -82,12 +82,6 @@ of those flags here.
82
- Relase the npm packages:
83
```bash
84
npm login
85
- cd ts
86
- npm publish
87
- # Now, you need to update the entry in /<your python package>/jlextension/package.json
88
- # from "file:../../ts" to "^<the version of the NPM packge you just released>
89
- # After this, run:
90
- cd ../<your python package>/jlextension
91
npm publish
92
```
93
- Bundle the python package: `python setup.py sdist bdist_wheel`
0 commit comments