Skip to content

toschoch/docker-drone-devpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Stars Docker Pulls

Drone DevPi Plugin

A Docker image based on Alpine to be used as plugin for Drone CI that publishes a built *.whl, *.tar.gz and *.zip files to a DevPi Server.

The plugin searches all files with these extenstions in the dist/* directory of your working dir and loads them up to the specified devpi server and index.

Usage

Publish part in your .drone.yml file

  ...
  publish:
    image: shocki/drone-devpi
    server: http:https://"server-url":"port"/
    index: e.g. root/stable
    username: ...
    password: ...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published