parent
b01ec133ae
commit
d3f8e228f9
1 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue