- Update
_version.py(set release version, remove 'dev'),package.jsonandsrc/version.ts - git add the _version.py file and git commit
hatch buildtwine upload dist/ipyevents*git tag -a X.X.X -m 'comment'- Update _version.py (add 'dev' and increment minor)
- git add and git commit
- git push
- git push --tags
# clean out the `dist` and `node_modules` directories
git clean -fdx
npm install
npm run build
npm publish