From 99ca85dcc6493834d1a291fb8f02fc3b6e9a7fe3 Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Mon, 5 Feb 2024 15:14:33 +0000 Subject: [PATCH] apk --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e54f2d4..a9a8f32 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ steps: build-package: image: nikolaik/python-nodejs:python3.10-nodejs21-alpine commands: - - apk update && apk add build-essential -y + - apk update && apk add build-essential - 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