Skip to content

Commit 33383fc

Browse files
committed
(mcp-neo4j-cypher) fixed paths to python project
1 parent c8385fd commit 33383fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828

2929
- name: Build release distributions
3030
run: |
31-
cd mcp-neo4j-cypher/
31+
cd servers/mcp-neo4j-cypher/
3232
python -m pip install build
3333
python -m build
3434
3535
- name: Upload distributions
3636
uses: actions/upload-artifact@v4
3737
with:
3838
name: release-dists
39-
path: mcp-neo4j-cypher/dist/
39+
path: servers/mcp-neo4j-cypher/dist/
4040

4141
pypi-publish:
4242
runs-on: ubuntu-latest
@@ -57,9 +57,9 @@ jobs:
5757
uses: actions/download-artifact@v4
5858
with:
5959
name: release-dists
60-
path: mcp-neo4j-cypher/dist/
60+
path: servers/mcp-neo4j-cypher/dist/
6161

6262
- name: Publish release distributions to PyPI
6363
uses: pypa/gh-action-pypi-publish@release/v1
6464
with:
65-
packages-dir: mcp-neo4j-cypher/dist/
65+
packages-dir: servers/mcp-neo4j-cypher/dist/

0 commit comments

Comments
 (0)