push python package
This commit is contained in:
parent
4da9f2a360
commit
a5828f6d35
1 changed files with 10 additions and 0 deletions
|
@ -28,6 +28,16 @@ steps:
|
|||
commands:
|
||||
- uv build --wheel
|
||||
- uv cache prune --ci
|
||||
push_python:
|
||||
image: code.philo.ydns.eu/test-woodpecker-ci
|
||||
settings:
|
||||
repository_url: "https://code.philo.ydns.eu/api/packages/philorg/pypi"
|
||||
username:
|
||||
from_secret: forgejo_username
|
||||
password:
|
||||
from_secret: forgejo_password
|
||||
|
||||
# For podman build: see https://woodpecker-ci.org/blog/podman-image-build-sigstore
|
||||
# podman-privileged-test:
|
||||
# image: quay.io/podman/stable
|
||||
# commands:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue