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.
1 parent cd87161 commit 5316d6aCopy full SHA for 5316d6a
README.md
@@ -83,11 +83,6 @@ of those flags here.
83
```bash
84
npm login
85
npm publish
86
- # Now, you need to update the entry in /<your python package>/jlextension/package.json
87
- # from "file:../../ts" to "^<the version of the NPM packge you just released>
88
- # After this, run:
89
- cd ../<your python package>/jlextension
90
- npm publish
91
```
92
- Bundle the python package: `python setup.py sdist bdist_wheel`
93
- Publish the package to PyPI:
0 commit comments