demo
demo copied to clipboard
Automated version bump when new releases are out
Problem
For now we manually update this repo to bump the version of jupyterlite when there is a new release. For example: https://github.com/jupyterlite/demo/pull/43
It would be great if this could be automated instead.
Proposed Solution
Probably just parsing and writing to requirements.txt should be enough for now.
Additional context
JupyterLab Desktop has a workflow to do that with JupyterLab releases: https://github.com/jupyterlab/jupyterlab-desktop/blob/master/.github/workflows/sync_lab_release.yml