jupyterlab_sandbox_theme/.woodpecker.yml

10 lines
267 B
YAML

pipeline:
build-package:
image: python:3.9-slim-bullseye
commands:
- apt update && apt install build-essential -y
- python -m pip install -U jupyterlab~=3.5.2
- pip install build
- python -m build -s
- sleep 500