You will need to install yarn
.
yarn run clean:all
yarn install
yarn run build
- Check code before releasing the package.
pre-commit run -a
- Bump versions
hatch version <new_version>
git add jupyterlab_translate/__init__.py
git commit -m "Bump version"
git tag <new_tag>
- Push commits and tags and CI will build and publish the package.
git push upstream main
git push upstream --tags