From c941cf52460456722ad5ca2dfd60c8790f1c1dd2 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Fri, 10 Jun 2022 12:44:59 -0700 Subject: [PATCH] Add secrets for publishing --- .woodpecker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index e5fa7c6..b074dbf 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -19,5 +19,8 @@ pipeline: - pip install -U pip wheel hatch hatch-vcs - hatch build - hatch publish + secrets: + - hatch_user + - hatch_auth when: event: tag