From 201aa4b41a586c43df08af201fbdf001699c650f Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Fri, 27 Sep 2024 11:20:58 -0500 Subject: [PATCH] Fix CI build file --- .woodpecker.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 041a578..d1de9bd 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,4 +1,4 @@ -pipeline: +steps: # tests: # image: python:3 # commands: @@ -21,8 +21,10 @@ pipeline: - pip install -U pip wheel hatch hatch-vcs - hatch build - hatch publish - secrets: - - hatch_pypi_user - - hatch_pypi_auth + environment: + HATCH_INDEX_USER: + from_secret: hatch_pypi_user + HATCH_INDEX_AUTH: + from_secret: hatch_pypi_auth when: event: tag