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

Merge branch 'feature/AUTO-3948' into 'master'

feat: AUTO-3948 Add documentation deploy

See merge request perxis/perxis-python!80
parents 1aebcf1b 8a1597dc
Branches
Tags
No related merge requests found
......@@ -15,3 +15,15 @@ upload:
- make release
only:
- tags
pages:
stage: upload
script:
- apk add gcc linux-headers musl-dev
- pip install -r requirements-docs.txt
- pdoc ./perxis -o public -d google
artifacts:
paths:
- public
only:
- master
-r requirements.txt
pdoc==15.0.*
......@@ -8,6 +8,7 @@ charset-normalizer==3.3.2
grpcio==1.67.1
idna==3.7
oauthlib==3.2.2
google==3.0.0
protobuf==5.29.3
PyJWT==2.8.0
requests==2.32.0
......
......@@ -14,7 +14,7 @@ def load_requirements():
setup(
name='perxis',
version='1.8.2',
version='1.9.0',
description='Perxis python client',
long_description=long_description,
long_description_content_type='text/markdown',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment