Skip to content
Snippets Groups Projects
Commit 2ec98027 authored by Eterevskiy Georgiy's avatar Eterevskiy Georgiy
Browse files

Merge branch 'feature/test' into 'master'

Исправлена сборка pypi пакета

See merge request perxis/perxis-python!24
parents a3e1b85d 4afd4162
Branches
Tags
No related merge requests found
......@@ -6,8 +6,8 @@ stages:
upload:
stage: upload
variables:
PYPI_USERNAME: gitlab-ci-token
PYPI_PASSWORD: $CI_JOB_TOKEN
TWINE_USERNAME: gitlab-ci-token
TWINE_PASSWORD: $CI_JOB_TOKEN
PYPI_REPO: $CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/pypi
script:
- apk add bash make gcc g++ linux-headers musl-dev libffi-dev
......
......@@ -58,7 +58,7 @@ dist: clean generate
ls -l dist
release: dist
TWINE_PASSWORD=$(PYPI_PASSWORD) TWINE_USERNAME=$(PYPI_USERNAME) python -m twine upload --verbose --repository-url $(PYPI_REPO) ./dist/*
python -m twine upload --repository-url $(PYPI_REPO) ./dist/*
install: clean generate install-requirements
python setup.py install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment