dnscode/.woodpecker/package-deploy.yaml
minecraftchest1@outlook.com 4a6d95d3b3
Some checks failed
ci/woodpecker/push/package-deploy Pipeline was successful
ci/woodpecker/tag/package-deploy Pipeline failed
V1.1.2 test.
2025-01-13 14:44:07 -06:00

20 lines
No EOL
418 B
YAML

when:
- event: [ push, tag ]
branch: main
steps:
- name: build
image: python:3-alpine
commands:
- python3 -m pip install --upgrade build
- python3 -m build
- name: publish
when:
- event: tag
image: gitea.elara.ws/music-kraken/plugin-twine
settings:
repository_url: "https://test.pypi.org"
username: __token__
password:
from_secret: pypi-token