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

This commit is contained in:
phil 2025-06-25 03:24:46 +02:00
parent 5fb9b992fa
commit 9498ae680c
2 changed files with 0 additions and 10 deletions

View file

@ -50,11 +50,3 @@ steps:
commands:
- uv publish --publish-url $REGISTRY_URL/api/packages/$OWNER/pypi --token $REGISTRY_TOKEN dist/*.whl
failure: ignore
# TODO: container
# For podman build: see https://woodpecker-ci.org/blog/podman-image-build-sigstore
# podman-privileged-test:
# image: quay.io/podman/stable
# commands:
# - echo From https://docs.gitlab.com/runner/executors/kubernetes/use_podman_with_kubernetes/
# - podman build . -t playground-bis:testing

View file

@ -5,7 +5,6 @@ when:
- event: tag
steps:
sync:
image: ghcr.io/astral-sh/uv:python3.13-alpine
volumes:
@ -17,7 +16,6 @@ steps:
- uv sync
test:
#image: ghcr.io/astral-sh/uv:alpine
image: ghcr.io/astral-sh/uv:python3.13-alpine
commands:
- .venv/bin/pytest -s tests/basic.py