File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1414 uses : actions/setup-python@v2
1515 with :
1616 python-version : 3.8
17+ - name : Set up poetry
18+ uses : abatilo/actions-poetry@v2.0.0
19+ with :
20+ poetry-version : 1.1.4
1721 - name : Install dependencies
1822 run : |
1923 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 22
33## unreleased
44- N/A
5-
5+
6+ ## [ v1.1.1] ( https://github.com/emergingtravel/papi-sdk-python/releases/tag/v1.1.1 ) - 2021-01-19
7+
8+ - Fix publish workflow step
9+
610## [ v1.1.0] ( https://github.com/emergingtravel/papi-sdk-python/releases/tag/v1.1.0 ) - 2021-01-19
711
812 - Add a version of the package to headers [ #9 ] ( https://github.com/EmergingTravel/papi-sdk-python/issues/9 )
Original file line number Diff line number Diff line change 11__name__ = "papi_sdk"
2- __version__ = "v1.1.0 "
2+ __version__ = "v1.1.1 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " papi-sdk"
3- version = " 1.1.0 "
3+ version = " 1.1.1 "
44description = " pAPI SDK is a Python SDK for ETG APIv3"
55authors = [
66 " Stanislav Losev <stanislav.losev@ostrovok.ru>" ,
You can’t perform that action at this time.
0 commit comments