Cleanup
This commit is contained in:
parent
5fb9b992fa
commit
9498ae680c
2 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue