Skip to content

Commit acb06b2

Browse files
authored
Merge pull request #23 from jtpio/readme-package-ts
Update packaging instructions
2 parents 2db1df6 + 5316d6a commit acb06b2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@ of those flags here.
8282
- Relase the npm packages:
8383
```bash
8484
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
9185
npm publish
9286
```
9387
- Bundle the python package: `python setup.py sdist bdist_wheel`

0 commit comments

Comments
 (0)