apk
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Malte Grosse 2024-02-05 15:14:33 +00:00
parent 1734316521
commit 99ca85dcc6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ steps:
build-package: build-package:
image: nikolaik/python-nodejs:python3.10-nodejs21-alpine image: nikolaik/python-nodejs:python3.10-nodejs21-alpine
commands: 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 pip install -U jupyterlab~=4.0.12 build twine
- python -m build -s - python -m build -s
- python -m twine upload dist/* --repository-url=$TWINE_REPOSITORY_URL - python -m twine upload dist/* --repository-url=$TWINE_REPOSITORY_URL