We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1d4ec commit 697a59aCopy full SHA for 697a59a
.github/workflows/publish-memory.yml
@@ -49,6 +49,8 @@ jobs:
49
uv build
50
51
- name: Publish release
52
+ env:
53
+ UV_PUBLISH_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
54
run: |
55
cd servers/mcp-neo4j-memory/
56
uv publish
0 commit comments