Fix pipeline
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline was successful Details

This commit is contained in:
Raoul Snyman 2023-07-27 22:23:49 -07:00
parent 8d4c91db3a
commit 9e5830c329
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ steps:
image: python:3.11
commands:
- pip install hatch
- hatch build
- hatch publish --repo $PIP_REPOSITORY --user $PIP_USERNAME --auth $PIP_TOKEN --no-prompt
secrets:
- pip_repository