Skip to content
Snippets Groups Projects
Unverified Commit 975f1786 authored by Nikolay Yurov's avatar Nikolay Yurov Committed by GitHub
Browse files

Merge pull request #18 from perxteam/feature/upgrade_reqs_and_proto

Change pypi_repo
parents 55612cf3 7b318807
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ steps: ...@@ -12,7 +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: https://pypi.perx.ru/ PYPI_REPO: https://pypi.perx.ru/root/develop
PYPI_PASSWORD: PYPI_PASSWORD:
from_secret: pypi_password from_secret: pypi_password
commands: commands:
...@@ -32,7 +32,7 @@ steps: ...@@ -32,7 +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: https://pypi.perx.ru/ PYPI_REPO: https://pypi.perx.ru/root/master
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.
Please register or to comment