Fix CI build file
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
Raoul Snyman 2024-09-27 11:20:58 -05:00
parent 53b28e2937
commit 201aa4b41a

View File

@ -1,4 +1,4 @@
pipeline: steps:
# tests: # tests:
# image: python:3 # image: python:3
# commands: # commands:
@ -21,8 +21,10 @@ pipeline:
- pip install -U pip wheel hatch hatch-vcs - pip install -U pip wheel hatch hatch-vcs
- hatch build - hatch build
- hatch publish - hatch publish
secrets: environment:
- hatch_pypi_user HATCH_INDEX_USER:
- hatch_pypi_auth from_secret: hatch_pypi_user
HATCH_INDEX_AUTH:
from_secret: hatch_pypi_auth
when: when:
event: tag event: tag