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