Skip to content

Commit 053d92a

Browse files
Bump version to v0.0.61 for release
1 parent c3d233d commit 053d92a

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

.github/workflows/python.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,10 @@ jobs:
3535
- name: Test with pytest
3636
run: |
3737
pytest
38-
- name: Run image
39-
uses: abatilo/actions-poetry@v2
40-
- name: Install poetry dependencies
41-
run: poetry install
42-
43-
- name: Run image
44-
uses: abatilo/actions-poetry@v2.0.0
45-
- name: Publish
46-
env:
47-
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
48-
run: |
49-
poetry config pypi-token.pypi $PYPI_TOKEN
50-
poetry publish --build
38+
39+
40+
- name: Build and publish to pypi
41+
uses: JRubics/poetry-publish@v1.17
42+
with:
43+
pypi_token: ${{ secrets.PYPI_TOKEN }}
5144

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.61](https://github.com/cheshire-cat-ai/ccat-api-py/releases/tag/v0.0.61) - 2023-07-28
11+
1012
## [v0.0.6](https://github.com/cheshire-cat-ai/ccat-api-py/releases/tag/v0.0.6) - 2023-07-28
1113

1214
## [v0.0.65](https://github.com/cheshire-cat-ai/ccat-api-py/releases/tag/v0.0.65) - 2023-07-28

cheshire_cat_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"""
1515

1616

17-
__version__ = "0.0.6"
17+
__version__ = "0.0.61"
1818

1919
# import apis into sdk package
2020
from cheshire_cat_api.api.memory_api import MemoryApi

0 commit comments

Comments
 (0)