Skip to content
Snippets Groups Projects
Commit 396e904c authored by Georgiy Eterevskiy's avatar Georgiy Eterevskiy
Browse files

Remove secret PYPI_REPO

parent 0c256884
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment