init
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
maltegrosse 2023-01-23 12:56:29 +01:00
parent d15a9e362c
commit 00df7bf3a3
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ 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/* --repository-url=$TWINE_REPOSITORY_URL
- sleep 6000 - sleep 6000
- python -m twine upload dist/* --repository-url=$TWINE_REPOSITORY_URL
secrets: [ TWINE_USERNAME, TWINE_PASSWORD, TWINE_REPOSITORY, TWINE_REPOSITORY_URL] secrets: [ TWINE_USERNAME, TWINE_PASSWORD, TWINE_REPOSITORY, TWINE_REPOSITORY_URL]