This repository has been archived on 2023-10-10. You can view files and clone it, but cannot push or open issues or pull requests.
paste/.woodpecker/deploy.yml

11 lines
361 B
YAML
Raw Permalink Normal View History

2023-10-02 00:24:39 +02:00
steps:
pypi:
image: ubuntu:23.04
commands:
- apt update
- apt install -y python3 python3-pip
- pip3 install -r requirements-dev.txt --break-system-packages
- python -m build
- twine upload -u ada -p $REGISTRY_TOKEN --repository-url https://gitea.example.com/api/packages/gnouseu/ dist/
secrets:
- registry_token