dnscode/.woodpecker/package-deploy.yaml

20 lines
418 B
YAML
Raw Permalink Normal View History

2025-01-13 13:31:29 -06:00
when:
2025-01-13 14:44:07 -06:00
- event: [ push, tag ]
2025-01-13 13:31:29 -06:00
branch: main
steps:
- name: build
image: python:3-alpine
commands:
- python3 -m pip install --upgrade build
2025-01-13 13:36:56 -06:00
- python3 -m build
2025-01-13 13:31:29 -06:00
- name: publish
2025-01-13 13:36:56 -06:00
when:
- event: tag
2025-01-13 13:31:29 -06:00
image: gitea.elara.ws/music-kraken/plugin-twine
settings:
repository_url: "https://test.pypi.org"
username: __token__
password:
from_secret: pypi-token