diff --git a/.woodpecker.yml b/.woodpecker.yml index b1c0532..e54f2d4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ steps: build-package: image: nikolaik/python-nodejs:python3.10-nodejs21-alpine commands: - - apt update && apt install build-essential -y + - apk update && apk add build-essential -y - python -m pip install -U jupyterlab~=4.0.12 build twine - python -m build -s - python -m twine upload dist/* --repository-url=$TWINE_REPOSITORY_URL