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]