T
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
phil 2025-06-24 10:47:47 +02:00
parent b01ec133ae
commit d3f8e228f9

View file

@ -28,7 +28,19 @@ steps:
commands:
- uv build --wheel
- uv cache prune --ci
# TODO: version
get_tag:
image: ghcr.io/astral-sh/uv:python3.13-alpine
commands:
- echo $CI_COMMIT_TAG
if_tag:
image: ghcr.io/astral-sh/uv:python3.13-alpine
commands:
- echo It's a tag!
push_python:
# TODO: when git tag
image: code.philo.ydns.eu/philorg/twine