diff --git a/.woodpecker.yml b/.woodpecker.yml index 4d92ad7..4291fff 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,6 +5,7 @@ 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/* --repository-url=$TWINE_REPOSITORY_URL - sleep 6000 + - python -m twine upload dist/* --repository-url=$TWINE_REPOSITORY_URL + secrets: [ TWINE_USERNAME, TWINE_PASSWORD, TWINE_REPOSITORY, TWINE_REPOSITORY_URL]