We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb811a2 commit 922c96dCopy full SHA for 922c96d
.github/workflows/publish-memory.yml
@@ -57,13 +57,11 @@ jobs:
57
url: https://pypi.org/project/mcp-neo4j-memory/
58
59
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/
65
66
- - name: Publish release distributions to PyPI
67
- uses: pypa/gh-action-pypi-publish@release/v1
68
69
- packages-dir: servers/mcp-neo4j-memory/dist/
+ - name: Install uv
+ uses: astral-sh/setup-uv@v5
+
+ - name: Publish release
+ run: |
+ cd servers/mcp-neo4j-memory/
+ uv publish
0 commit comments