From dc697f970acdd110c4e8a975e8d4a4651567e0b1 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Fri, 10 Jun 2022 12:53:47 -0700 Subject: [PATCH] Fix woodpecker secrets --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index b074dbf..d7475ac 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -20,7 +20,7 @@ pipeline: - hatch build - hatch publish secrets: - - hatch_user - - hatch_auth + - hatch_pypi_user + - hatch_pypi_auth when: event: tag