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
Ada c61d47c09c
Some checks failed
ci/woodpecker/push/deploy Pipeline failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/deploy Pipeline failed
add(packages): pypi packages and ci
2023-10-02 00:24:39 +02:00

11 lines
361 B
YAML

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