parent
9cf40c81ce
commit
b01ec133ae
1 changed files with 3 additions and 0 deletions
|
@ -28,7 +28,9 @@ steps:
|
|||
commands:
|
||||
- uv build --wheel
|
||||
- uv cache prune --ci
|
||||
# TODO: version
|
||||
push_python:
|
||||
# TODO: when git tag
|
||||
image: code.philo.ydns.eu/philorg/twine
|
||||
environment:
|
||||
OWNER: philorg
|
||||
|
@ -40,6 +42,7 @@ steps:
|
|||
commands:
|
||||
- twine upload --repository-url $REGISTRY_URL/api/packages/$OWNER/pypi -u $USERNAME -p $PASSWORD --non-interactive dist/*.whl
|
||||
|
||||
# TODO: container
|
||||
# For podman build: see https://woodpecker-ci.org/blog/podman-image-build-sigstore
|
||||
# podman-privileged-test:
|
||||
# image: quay.io/podman/stable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue