/drone-devpi

Drone docker-runner 1.0 plugin for publishing python packages with devpi.

Primary LanguagePythonApache License 2.0Apache-2.0

drone-devpi

Drone plugin for publishing Python packages to a devpi index.

Usage

See DOCS.md

I also maintain a docker container version of devpi server which is a good match for this drone plugin: https://github.com/thomasf/docker-devpi

Local Development

Set up drone-cli and use it to run through .drone.yml, much like Drone itself will:

drone exec

Docker

Build the container using make:

make docker