diff --git a/.woodpecker.yml b/.woodpecker.yml index 6ad50a1..457e457 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,9 +4,8 @@ pipeline: commands: - apt update && apt install build-essential -y - - python -m pip install -U jupyterlab~=3.5.2 - - pip install build + - python -m pip install -U jupyterlab~=3.5.2 build twine - python -m build -s - ls - cd dist && ls - - sleep 5000 + - cat ~/.pypirc