From 396e904ca653a029f11d72fc2881500eff301562 Mon Sep 17 00:00:00 2001
From: Georgiy Eterevskiy <goshik_e@mail.ru>
Date: Sat, 5 Mar 2022 14:48:08 +0300
Subject: [PATCH] Remove secret PYPI_REPO

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

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