ci
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
maltegrosse 2023-01-23 12:53:43 +01:00
parent 3e5573c09b
commit d15a9e362c
1 changed files with 2 additions and 1 deletions

View File

@ -5,5 +5,6 @@ pipeline:
- apt update && apt install build-essential -y - apt update && apt install build-essential -y
- python -m pip install -U jupyterlab~=3.5.2 build twine - python -m pip install -U jupyterlab~=3.5.2 build twine
- python -m build -s - python -m build -s
- python -m twine upload dist/* - python -m twine upload dist/* --repository-url=$TWINE_REPOSITORY_URL
- sleep 6000
secrets: [ TWINE_USERNAME, TWINE_PASSWORD, TWINE_REPOSITORY, TWINE_REPOSITORY_URL] secrets: [ TWINE_USERNAME, TWINE_PASSWORD, TWINE_REPOSITORY, TWINE_REPOSITORY_URL]