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