twine
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
maltegrosse 2023-01-23 12:41:21 +01:00
parent 50603cb79b
commit 3e5573c09b
1 changed files with 2 additions and 4 deletions

View File

@ -2,10 +2,8 @@ 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
- python -m twine upload dist/*
secrets: [ TWINE_USERNAME, TWINE_PASSWORD, TWINE_REPOSITORY, TWINE_REPOSITORY_URL]