File tree Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Expand file tree Collapse file tree 5 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 31
31
uses : astral-sh/setup-uv@v6
32
32
with :
33
33
version : " latest"
34
+ enable-cache : false
34
35
35
36
- name : ⚙️ Set Python up and add dependencies
36
37
run : |
60
61
uses : astral-sh/setup-uv@v6
61
62
with :
62
63
version : " latest"
64
+ enable-cache : false
63
65
64
66
- name : ⚙️ Set Python up and add dependencies
65
67
run : |
@@ -113,6 +115,7 @@ jobs:
113
115
uses : astral-sh/setup-uv@v6
114
116
with :
115
117
version : " latest"
118
+ enable-cache : false
116
119
117
120
- name : ⚙️ Set Python ${{ matrix.python-version }} up and add dependencies
118
121
run : |
@@ -138,7 +141,7 @@ jobs:
138
141
uses : codecov/codecov-action@v5
139
142
if : matrix.python-version == '3.12'
140
143
with :
141
- file : ./coverage.xml
144
+ files : ./coverage.xml
142
145
flags : unittests
143
146
name : codecov-umbrella
144
147
@@ -158,6 +161,7 @@ jobs:
158
161
uses : astral-sh/setup-uv@v6
159
162
with :
160
163
version : " latest"
164
+ enable-cache : false
161
165
162
166
- name : ⚙️ Set Python ${{ matrix.python-version }} up and add dependencies
163
167
run : |
@@ -208,6 +212,7 @@ jobs:
208
212
uses : astral-sh/setup-uv@v6
209
213
with :
210
214
version : " latest"
215
+ enable-cache : false
211
216
212
217
- name : ⚙️ Set up Python
213
218
run : uv python install 3.12
Original file line number Diff line number Diff line change 47
47
uses : astral-sh/setup-uv@v6
48
48
with :
49
49
version : " latest"
50
+ enable-cache : false
50
51
51
52
- name : ⚙️ Set up Python
52
53
run : uv python install 3.12
69
70
uses : astral-sh/setup-uv@v6
70
71
with :
71
72
version : " latest"
73
+ enable-cache : false
72
74
73
75
- name : ⚙️ Set Python up and add dependencies
74
76
run : |
113
115
uses : astral-sh/setup-uv@v6
114
116
with :
115
117
version : " latest"
118
+ enable-cache : false
116
119
117
120
- name : ⚙️ Set up Python ${{ matrix.python-version }}
118
121
run : |
158
161
uses : astral-sh/setup-uv@v6
159
162
with :
160
163
version : " latest"
164
+ enable-cache : false
161
165
162
166
- name : ⚙️ Set up Python
163
167
run : uv python install 3.12
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " redis-mcp-server"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
description = " Redis MCP Server - Model Context Protocol server for Redis"
5
5
readme = " README.md"
6
6
requires-python = " >=3.10"
Original file line number Diff line number Diff line change 1
- __version__ = "0.3.0.alpha "
1
+ __version__ = "0.3.1 "
You can’t perform that action at this time.
0 commit comments