Fix pipeline #3

Merged
raoul merged 1 commits from fix-pipeline into master 2023-07-28 05:25:59 +00:00
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