Skip to content

Commit c4b71db

Browse files
authored
version bump poetry install (#105)
1 parent 3cbea96 commit c4b71db

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/publish-pypi.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ jobs:
2626
key: "tool.poetry.version"
2727
value: "${{ steps.get_version.outputs.VERSION }}"
2828

29-
- name: Set up Python 3.7
29+
- name: Set up Python 3.8
3030
uses: actions/setup-python@v1
3131
with:
32-
python-version: 3.7
32+
python-version: 3.8
3333

34-
- name: Install Poetry
35-
uses: dschep/[email protected]
34+
- name: install poetry
35+
run: |
36+
pip install poetry
3637
3738
- name: Cache Poetry virtualenv
3839
uses: actions/cache@v1

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redisai"
3-
version = "1.2.1"
3+
version = "1.3.0"
44
description = "RedisAI Python Client"
55
authors = ["Redis <[email protected]>"]
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)