From bb6b5707e8f7414c4cd19d6b247a9c84b498e36d Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Mon, 23 Jan 2023 13:00:11 +0100 Subject: [PATCH] ci --- .woodpecker.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4291fff..f3eab41 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,7 +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 - - sleep 6000 - python -m twine upload dist/* --repository-url=$TWINE_REPOSITORY_URL secrets: [ TWINE_USERNAME, TWINE_PASSWORD, TWINE_REPOSITORY, TWINE_REPOSITORY_URL]