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 версии пакета
...@@ -12,8 +12,7 @@ steps: ...@@ -12,8 +12,7 @@ steps:
- name: Upload to pypi - name: Upload to pypi
image: python:3.8-alpine image: python:3.8-alpine
environment: environment:
PYPI_REPO: PYPI_REPO: https://pypi.perx.ru/
from_secret: pypi_repo_dev
PYPI_PASSWORD: PYPI_PASSWORD:
from_secret: pypi_password from_secret: pypi_password
commands: commands:
...@@ -33,8 +32,7 @@ steps: ...@@ -33,8 +32,7 @@ steps:
- name: Upload to pypi - name: Upload to pypi
image: python:3.8-alpine image: python:3.8-alpine
environment: environment:
PYPI_REPO: PYPI_REPO: https://pypi.perx.ru/
from_secret: pypi_repo_prod
PYPI_PASSWORD: PYPI_PASSWORD:
from_secret: pypi_password_prod from_secret: pypi_password_prod
commands: 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