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

Merge branch 'feature/gitlab_ci_config' into 'master'

Add config for gitlab-ci

See merge request !19
parents 975f1786 a5e120b9
No related branches found
No related tags found
1 merge request!19Add config for gitlab-ci
Pipeline #813 failed with stage
in 8 minutes and 59 seconds
image: python:3.8-alpine
stages:
- upload
upload:
stage: upload
variables:
PYPI_USERNAME: gitlab-ci-token
PYPI_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
- make release
only:
- master
- tags
...@@ -58,9 +58,7 @@ dist: clean generate ...@@ -58,9 +58,7 @@ dist: clean generate
ls -l dist ls -l dist
release: clean generate release: clean generate
devpi use $(PYPI_REPO) TWINE_PASSWORD=$(PYPI_PASSWORD) TWINE_USERNAME=$(PYPI_USERNAME) python -m twine upload --repository-url $(PYPI_REPO) dist/*
devpi login root --password $(PYPI_PASSWORD)
devpi upload --no-vcs
install: clean generate install-requirements install: clean generate install-requirements
python setup.py install python setup.py install
appdirs==1.4.4 appdirs==1.4.4
backports.entry-points-selectable==1.1.1 backports.entry-points-selectable==1.1.1
bleach==4.1.0
build==0.7.0 build==0.7.0
certifi==2021.10.8 certifi==2021.10.8
chardet==4.0.0 chardet==4.0.0
charset-normalizer==2.0.12 charset-normalizer==2.0.12
check-manifest==0.47 check-manifest==0.47
devpi-client==5.2.3 colorama==0.4.4
devpi-common==3.6.0
distlib==0.3.4 distlib==0.3.4
docutils==0.18.1
filelock==3.6.0 filelock==3.6.0
flake8==4.0.1 flake8==4.0.1
grpcio==1.43.0 grpcio==1.43.0
grpcio-tools==1.43.0 grpcio-tools==1.43.0
idna==3.3 idna==3.3
importlib-metadata==4.11.2 importlib-metadata==4.11.2
keyring==23.5.0
lazy==1.4 lazy==1.4
mccabe==0.6.1 mccabe==0.6.1
packaging==21.3 packaging==21.3
...@@ -25,13 +27,20 @@ protobuf==3.19.4 ...@@ -25,13 +27,20 @@ protobuf==3.19.4
py==1.11.0 py==1.11.0
pycodestyle==2.8.0 pycodestyle==2.8.0
pyflakes==2.4.0 pyflakes==2.4.0
Pygments==2.11.2
pyparsing==3.0.7 pyparsing==3.0.7
readme-renderer==34.0
requests==2.27.1 requests==2.27.1
requests-toolbelt==0.9.1
rfc3986==2.0.0
six==1.16.0 six==1.16.0
toml==0.10.2 toml==0.10.2
tomli==2.0.1 tomli==2.0.1
tox==3.24.5 tox==3.24.5
tqdm==4.63.0
twine==3.8.0
typing_extensions==4.1.1 typing_extensions==4.1.1
urllib3==1.26.8 urllib3==1.26.8
virtualenv==20.13.2 virtualenv==20.13.2
webencodings==0.5.1
zipp==3.7.0 zipp==3.7.0
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