From ebd4e8c9dc8438806949d14d752e07371fc42f08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Thu, 24 Jun 2021 21:51:14 +0200 Subject: [PATCH] ci: install python build --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index d601812..629a6ed 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: - name: build image: python commands: + - python -m pip install build - python -m build - name: publish image: plugins/pypi