Bertrand Benjamin
84f0a3a521
All checks were successful
continuous-integration/drone/push Build is passing
15 lines
235 B
YAML
15 lines
235 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: Publish
|
|
image: plugins/pypi
|
|
settings:
|
|
username:
|
|
from_secret: pypi_username
|
|
password:
|
|
from_secret: pypi_password
|
|
trigger:
|
|
event:
|
|
- tag
|