Merge pull request 'Fix pipeline' (#3) from fix-pipeline into master
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details

Reviewed-on: raoul/stickynotes#3
This commit is contained in:
raoul 2023-07-28 05:25:59 +00:00
commit d31b783f55
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