Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Added package publish on tag via Drone.io
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulAnnekov committed Jul 9, 2019
1 parent 1c958ad commit 6cbe286
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
kind: pipeline
name: default

steps:
- name: publish
image: plugins/pypi
settings:
username:
from_secret: pypi_username
password:
from_secret: pypi_password
distributions:
- sdist
- bdist_wheel
when:
ref:
- refs/tags/*.*.*

0 comments on commit 6cbe286

Please sign in to comment.