Skip to content

Commit aa90813

Browse files
committed
Added uv to workflow
1 parent fcca38c commit aa90813

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/publish-memory.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,14 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525

26-
- uses: actions/setup-python@v5
27-
with:
28-
python-version: "3.x"
26+
- name: Install uv
27+
uses: astral-sh/setup-uv@v5
2928

29+
- name: "Set up Python"
30+
uses: actions/setup-python@v5
31+
with:
32+
python-version-file: "pyproject.toml"
33+
3034
- name: Build release distributions
3135
run: |
3236
cd servers/mcp-neo4j-memory/

0 commit comments

Comments
 (0)