Skip to content
Snippets Groups Projects

Change pypi_repo

Merged Andrei Biriukov requested to merge feature/upgrade_reqs_and_proto into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -12,7 +12,7 @@ steps:
- name: Upload to pypi
image: python:3.8-alpine
environment:
PYPI_REPO: https://pypi.perx.ru/
PYPI_REPO: https://pypi.perx.ru/root/develop
PYPI_PASSWORD:
from_secret: pypi_password
commands:
@@ -32,7 +32,7 @@ steps:
- name: Upload to pypi
image: python:3.8-alpine
environment:
PYPI_REPO: https://pypi.perx.ru/
PYPI_REPO: https://pypi.perx.ru/root/master
PYPI_PASSWORD:
from_secret: pypi_password_prod
commands:
Loading