This commit is contained in:
Lukáš Kucharczyk 2021-06-24 21:25:44 +02:00
parent 76da884c21
commit 3604dfaed5
No known key found for this signature in database
GPG Key ID: 65524498C0196B64
1 changed files with 22 additions and 0 deletions

22
drone.yml Normal file
View File

@ -0,0 +1,22 @@
---
kind: pipeline
type: docker
name: build and publish
steps:
- name: build
image: python
commands:
- python -m build
- name: publish
image: plugins/pypi
settings:
username:
from_secret: pypi_username
password:
from_secret: pypi_password
trigger:
branch:
- main
event:
- tag