From 3e5573c09b0b813777a23645ea096d1c30a93907 Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Mon, 23 Jan 2023 12:41:21 +0100 Subject: [PATCH] twine --- .woodpecker.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 457e457..28aff7c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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]