g
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful

This commit is contained in:
phil 2025-06-24 13:30:19 +02:00
parent 2bf168476a
commit 772c4a94fb
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ steps:
commands:
- uv build --wheel
- uv cache prune --ci
push_python:
image: ghcr.io/astral-sh/uv:python3.13-alpine
environment:
@ -35,7 +35,7 @@ steps:
REGISTRY_TOKEN:
from_secret: registry_token
commands:
- uv publish --publish-url $REGISTRY_URL/api/packages/$OWNER/pypi -u __token__ --token REGISTRY_TOKEN dist/*.whl
- uv publish --publish-url $REGISTRY_URL/api/packages/$OWNER/pypi --token REGISTRY_TOKEN dist/*.whl
failure: ignore
# TODO: container

View file

@ -1,6 +1,6 @@
[project]
name = "test-woodpecker-ci"
version = "0.1.0"
version = "0.1.1"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"