Fix indentation error in pippeline.
All checks were successful
ci/woodpecker/push/package-deploy Pipeline was successful

This commit is contained in:
minecraftchest1@outlook.com 2025-01-13 13:36:56 -06:00
parent 90a7e5b119
commit f63780860f

View file

@ -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"