From 7b318807f389b2272a4b22058b7cdaa704eb15fb Mon Sep 17 00:00:00 2001 From: Georgiy Eterevskiy <goshik_e@mail.ru> Date: Sat, 5 Mar 2022 18:13:28 +0300 Subject: [PATCH] Fix branch --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 418415f..d8214ff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,7 @@ steps: - name: Upload to pypi image: python:3.8-alpine environment: - PYPI_REPO: https://pypi.perx.ru/root/develop + PYPI_REPO: https://pypi.perx.ru/root/master PYPI_PASSWORD: from_secret: pypi_password_prod commands: -- GitLab