From 247b922ac6307b60565891f5d1a84ca88cf76ead Mon Sep 17 00:00:00 2001
From: Georgiy Eterevskiy <goshik_e@mail.ru>
Date: Sat, 5 Mar 2022 17:29:15 +0300
Subject: [PATCH] Change pypi_repo

---
 .drone.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.drone.yml b/.drone.yml
index da3ee9a..418415f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -12,7 +12,7 @@ steps:
   - name: Upload to pypi
     image: python:3.8-alpine
     environment:
-      PYPI_REPO: https://pypi.perx.ru/
+      PYPI_REPO: https://pypi.perx.ru/root/develop
       PYPI_PASSWORD:
         from_secret: pypi_password
     commands:
@@ -32,7 +32,7 @@ steps:
   - name: Upload to pypi
     image: python:3.8-alpine
     environment:
-      PYPI_REPO: https://pypi.perx.ru/
+      PYPI_REPO: https://pypi.perx.ru/root/develop
       PYPI_PASSWORD:
         from_secret: pypi_password_prod
     commands:
-- 
GitLab