From cd426cdcb20736b541ca1b84811cf73cd6d52cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Thu, 24 Jun 2021 20:49:29 +0000 Subject: [PATCH] ci: switch to custom python-pypi image --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 32043a6..276c9b8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,14 +5,12 @@ name: build and publish steps: - name: build - image: python + image: registry.kucharczyk.tech/python-pypi commands: - - python -m pip install build - python -m build - name: publish - image: python + image: registry.kucharczyk.tech/python-pypi commands: - - python -m pip install twine - python -m twine upload -u $USERNAME -p $PASSWORD dist/* environment: USERNAME: