We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbea96 commit c4b71dbCopy full SHA for c4b71db
.github/workflows/publish-pypi.yml
@@ -26,13 +26,14 @@ jobs:
26
key: "tool.poetry.version"
27
value: "${{ steps.get_version.outputs.VERSION }}"
28
29
- - name: Set up Python 3.7
+ - name: Set up Python 3.8
30
uses: actions/setup-python@v1
31
with:
32
- python-version: 3.7
+ python-version: 3.8
33
34
- - name: Install Poetry
35
- uses: dschep/install-poetry-action@v1.3
+ - name: install poetry
+ run: |
36
+ pip install poetry
37
38
- name: Cache Poetry virtualenv
39
uses: actions/cache@v1
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "redisai"
3
-version = "1.2.1"
+version = "1.3.0"
4
description = "RedisAI Python Client"
5
authors = ["Redis <oss@redis.com>"]
6
license = "BSD-3-Clause"
0 commit comments