jupyterlab_sandbox_theme/.woodpecker.yml

9 lines
212 B
YAML
Raw Normal View History

2023-01-23 10:37:59 +00:00
pipeline:
build-package:
image: python:3.9.16-alpine3.17
commands:
- python -m pip install -U jupyterlab~=3.5.2
- pip install build
- python -m build -s
2023-01-23 10:38:30 +00:00
- sleep 500