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
1 merge request!16Обновлены зависимости, добавлен pipeline для сборки production версии пакета
This commit is part of merge request !16. Comments created here will be created in the context of that merge request.
......@@ -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.
Finish editing this message first!
Please register or to comment