Skip to content
Snippets Groups Projects

Обновлены зависимости, добавлен pipeline для сборки production версии пакета

Merged Andrei Biriukov requested to merge feature/upgrade_reqs_and_proto into master
1 file
+ 2
4
Compare changes
  • Side-by-side
  • Inline
+ 2
4
@@ -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:
Loading