Skip to content

Commit 922c96d

Browse files
committed
Added uv to workflow
1 parent cb811a2 commit 922c96d

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/publish-memory.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,11 @@ jobs:
5757
url: https://pypi.org/project/mcp-neo4j-memory/
5858

5959
steps:
60-
- name: Retrieve release distributions
61-
uses: actions/download-artifact@v4
62-
with:
63-
name: release-dists
64-
path: servers/mcp-neo4j-memory/dist/
6560

66-
- name: Publish release distributions to PyPI
67-
uses: pypa/gh-action-pypi-publish@release/v1
68-
with:
69-
packages-dir: servers/mcp-neo4j-memory/dist/
61+
- name: Install uv
62+
uses: astral-sh/setup-uv@v5
63+
64+
- name: Publish release
65+
run: |
66+
cd servers/mcp-neo4j-memory/
67+
uv publish

0 commit comments

Comments
 (0)