mirror of
https://github.com/azlux/pymumble
synced 2024-11-23 13:56:26 +00:00
20 lines
267 B
YAML
20 lines
267 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: pypi_publish
|
|
image: plugins/pypi
|
|
settings:
|
|
username:
|
|
from_secret: pypi_username
|
|
password:
|
|
from_secret: pypi_password
|
|
|
|
node:
|
|
location: local
|
|
|
|
trigger:
|
|
event:
|
|
- tag
|