Fix indentation error in pippeline.
All checks were successful
ci/woodpecker/push/package-deploy Pipeline was successful
All checks were successful
ci/woodpecker/push/package-deploy Pipeline was successful
This commit is contained in:
parent
90a7e5b119
commit
f63780860f
1 changed files with 3 additions and 1 deletions
|
@ -7,9 +7,11 @@ steps:
|
||||||
image: python:3-alpine
|
image: python:3-alpine
|
||||||
commands:
|
commands:
|
||||||
- python3 -m pip install --upgrade build
|
- python3 -m pip install --upgrade build
|
||||||
- python3 -m build
|
- python3 -m build
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
|
when:
|
||||||
|
- event: tag
|
||||||
image: gitea.elara.ws/music-kraken/plugin-twine
|
image: gitea.elara.ws/music-kraken/plugin-twine
|
||||||
settings:
|
settings:
|
||||||
repository_url: "https://test.pypi.org"
|
repository_url: "https://test.pypi.org"
|
||||||
|
|
Loading…
Add table
Reference in a new issue