jupyterlab_sandbox_theme/.woodpecker.yml

12 lines
316 B
YAML

pipeline:
build-package:
image: nikolaik/python-nodejs:python3.7-nodejs19
commands:
- apt update && apt install build-essential -y
- python -m pip install -U jupyterlab~=3.5.2 build twine
- python -m build -s
- ls
- cd dist && ls
- cat ~/.pypirc