From 5a282eb8bfcd6484913787ffd4bba5353710bece Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Mon, 13 Jun 2022 08:00:11 -0700 Subject: [PATCH] Add a git pull to see if that helps --- .woodpecker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index d7475ac..041a578 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,6 +9,7 @@ pipeline: build: image: python:3 commands: + - git fetch origin - pip install -U pip wheel hatch hatch-vcs - hatch build when: @@ -16,6 +17,7 @@ pipeline: release: image: python:3 commands: + - git fetch origin - pip install -U pip wheel hatch hatch-vcs - hatch build - hatch publish