parent
a5d3a95738
commit
c814865f75
1 changed files with 8 additions and 5 deletions
|
@ -29,13 +29,16 @@ steps:
|
|||
- uv build --wheel
|
||||
- uv cache prune --ci
|
||||
push_python:
|
||||
image: gitea.elara.ws/music-kraken/plugin-twine
|
||||
settings:
|
||||
repository_url: "https://code.philo.ydns.eu/api/packages/philorg/pypi"
|
||||
username:
|
||||
image: code.philo.ydns.eu/philorg/twine
|
||||
environment:
|
||||
OWNER: philorg
|
||||
REGISTRY_URL: https://code.philo.ydns.eu
|
||||
USERNAME:
|
||||
from_secret: forgejo_username
|
||||
password:
|
||||
PASSWORD:
|
||||
from_secret: forgejo_password
|
||||
commands:
|
||||
- upload --repository-url $REGISTRY_URL/api/packages/$OWNER/pypi -u $USERNAME -p $PASSWORD --non-interactive
|
||||
|
||||
|
||||
# For podman build: see https://woodpecker-ci.org/blog/podman-image-build-sigstore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue