From d15a9e362cd3645648fed6fdcc35083258ff0b35 Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Mon, 23 Jan 2023 12:53:43 +0100 Subject: [PATCH] ci --- .woodpecker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 28aff7c..4d92ad7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,5 +5,6 @@ pipeline: - apt update && apt install build-essential -y - python -m pip install -U jupyterlab~=3.5.2 build twine - 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]