Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 645 Bytes

DOCS.md

File metadata and controls

19 lines (15 loc) · 645 Bytes

Use the devpi plugin to deploy a Python package to a devpi server.

Note: Your setup.py will be ran interpreted Python 3.5 during packaging.

  • server - The full path to the root of the devpi server. Make sure to include a port if it's not 80 or 443.
  • index - The <user>/<repo> combo pointing of the index to upload to.
  • username - The username to login with.
  • password - A password to login with.

The following is an example configuration for your .drone.yml:

publish:
  devpi:
    server: http://devpi.bigco.com:3141/
    index: root/production
    username: guido
    password: secret