Merge pull request 'Fix pipeline' (#3) from fix-pipeline into master
Reviewed-on: raoul/stickynotes#3
This commit is contained in:
commit
d31b783f55
@ -14,6 +14,7 @@ steps:
|
|||||||
image: python:3.11
|
image: python:3.11
|
||||||
commands:
|
commands:
|
||||||
- pip install hatch
|
- pip install hatch
|
||||||
|
- hatch build
|
||||||
- hatch publish --repo $PIP_REPOSITORY --user $PIP_USERNAME --auth $PIP_TOKEN --no-prompt
|
- hatch publish --repo $PIP_REPOSITORY --user $PIP_USERNAME --auth $PIP_TOKEN --no-prompt
|
||||||
secrets:
|
secrets:
|
||||||
- pip_repository
|
- pip_repository
|
||||||
|
Loading…
Reference in New Issue
Block a user