Skip to content

Commit 5316d6a

Browse files
authored
Simplify packaging instructions a bit more
1 parent cd87161 commit 5316d6a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@ of those flags here.
8383
```bash
8484
npm login
8585
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
9186
```
9287
- Bundle the python package: `python setup.py sdist bdist_wheel`
9388
- Publish the package to PyPI:

0 commit comments

Comments
 (0)