File tree Expand file tree Collapse file tree 3 files changed +4
-13
lines changed
Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 4040 - name : Install dependencies
4141 run : poetry install
4242
43- publish :
44- strategy :
45- fail-fast : false
46- matrix :
47- python-version : [ 3.10 ]
48- os : [ ubuntu-latest, macos-latest, windows-latest ]
49- runs-on : ${{ matrix.os }}
50- steps :
51- - uses : actions/checkout@v2
52- - uses : actions/setup-python@v4
53- with :
54- python-version : ${{ matrix.python-version }}
5543 - name : Run image
5644 uses : abatilo/actions-poetry@v2.0.0
5745 - name : Publish
6048 run : |
6149 poetry config pypi-token.pypi $PYPI_TOKEN
6250 poetry publish --build
51+
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## Unreleased
99
10+ ## [ v0.0.65] ( https://github.com/cheshire-cat-ai/ccat-api-py/releases/tag/v0.0.65 ) - 2023-07-28
11+
1012## [ v0.0.64] ( https://github.com/cheshire-cat-ai/ccat-api-py/releases/tag/v0.0.64 ) - 2023-07-28
1113
1214## [ v0.0.63] ( https://github.com/cheshire-cat-ai/ccat-api-py/releases/tag/v0.0.63 ) - 2023-07-28
Original file line number Diff line number Diff line change 1414"""
1515
1616
17- __version__ = "0.0.64 "
17+ __version__ = "0.0.65 "
1818
1919# import apis into sdk package
2020from cheshire_cat_api .api .memory_api import MemoryApi
You can’t perform that action at this time.
0 commit comments