From 9e5830c329374d4c32bd1121091fbf91d453fca8 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Thu, 27 Jul 2023 22:23:49 -0700 Subject: [PATCH] Fix pipeline --- .woodpecker.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 90124c0..bfa76fc 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -14,6 +14,7 @@ steps: image: python:3.11 commands: - pip install hatch + - hatch build - hatch publish --repo $PIP_REPOSITORY --user $PIP_USERNAME --auth $PIP_TOKEN --no-prompt secrets: - pip_repository