File tree 5 files changed +5
-14
lines changed
5 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 83
83
poetry install --all-extras
84
84
85
85
- name : Install published package from TestPyPI
86
- env :
87
- OPENAI_API_KEY : ${{ secrets.OPENAI_KEY }}
88
- GCP_LOCATION : ${{ secrets.GCP_LOCATION }}
89
- GCP_PROJECT_ID : ${{ secrets.GCP_PROJECT_ID }}
90
- COHERE_API_KEY : ${{ secrets.COHERE_API_KEY }}
91
- AZURE_OPENAI_API_KEY : ${{secrets.AZURE_OPENAI_API_KEY}}
92
- AZURE_OPENAI_ENDPOINT : ${{secrets.AZURE_OPENAI_ENDPOINT}}
93
- AZURE_OPENAI_DEPLOYMENT_NAME : ${{secrets.AZURE_OPENAI_DEPLOYMENT_NAME}}
94
- OPENAI_API_VERSION : ${{secrets.OPENAI_API_VERSION}}
95
86
run :
96
- poetry run pip install --index-url https://test.pypi.org/simple/ --no-deps redisvl; poetry run test-cov
87
+ poetry run pip install --index-url https://test.pypi.org/simple/ --no-deps redisvl; SKIP_VECTORIZERS=True SKIP_RERANKERS=True poetry run test-cov
97
88
98
89
publish :
99
90
needs : pre-release-checks
Original file line number Diff line number Diff line change 22
22
project = 'RedisVL'
23
23
copyright = '2024, Redis Inc.'
24
24
author = 'Redis Applied AI'
25
- version = "0.2.0 "
25
+ version = "0.2.1 "
26
26
27
27
# The full version, including alpha/beta/rc tags
28
28
release = version
Original file line number Diff line number Diff line change 24
24
"name" : " stdout" ,
25
25
"output_type" : " stream" ,
26
26
"text" : [
27
- " \u001b [32m14:27:21 \u001b [0m \u001b [34m[RedisVL]\u001b [0m \u001b [1;30mINFO\u001b [0m RedisVL version 0.2.0 \n "
27
+ " \u001b [32m21:05:12 \u001b [0m \u001b [34m[RedisVL]\u001b [0m \u001b [1;30mINFO\u001b [0m RedisVL version 0.2.1 \n "
28
28
]
29
29
}
30
30
],
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " redisvl"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
description = " Python client library and CLI for using Redis as a vector database"
5
5
authors = [
" Redis Inc. <[email protected] >" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
- __version__ = "0.2.0 "
1
+ __version__ = "0.2.1 "
You can’t perform that action at this time.
0 commit comments