File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,14 @@ services:
33- docker
44python : 3.6
55script :
6- - pip install poetry
7- - python -V
8- - python3 -V
96- make tests
107before_deploy :
118- pip install poetry
12- - python -V
13- - python3 -V
14- - poetry config http-basic.pypi $PYPI_USER $PYPI_PASSWORD
159- poetry build
1610deploy :
1711 provider : script
18- script : poetry publish
12+ script : poetry publish --username "$PYPI_USER" --password "$PYPI_PASSWORD"
13+ skip_cleanup : true
1914 on :
2015 tags : true
2116env :
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " yangify"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44description = " Library to help parsing/translating YANG models from/to native text/structures"
55readme = " README.md"
66authors = [
" David Barroso <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments