Compare commits

...

2 Commits

Author SHA1 Message Date
d31b783f55 Merge pull request 'Fix pipeline' (#3) from fix-pipeline into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Reviewed-on: raoul/stickynotes#3
2023-07-28 05:25:59 +00:00
9e5830c329 Fix pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-07-27 22:23:49 -07:00

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