Bertrand Benjamin
4db2b1ce73
All checks were successful
continuous-integration/drone/push Build is passing
14 lines
222 B
YAML
14 lines
222 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: Publish
|
|
image: plugins/pypi
|
|
settings:
|
|
username:
|
|
from_secret: pypi_username
|
|
password:
|
|
from_secret: pypi_password
|
|
when:
|
|
event: tag
|