Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 237 Bytes

RELEASE.md

File metadata and controls

27 lines (19 loc) · 237 Bytes

If first time need to install

pip install build twine

To build

npm run build
python -m build

To release

To pypi

twine upload dist/*

To npm

npm login
npm publish --access public