Skip to content

Commit

Permalink
(mcp-neo4j-cypher) fixed paths to python project
Browse files Browse the repository at this point in the history
  • Loading branch information
akollegger committed Dec 11, 2024
1 parent c8385fd commit 33383fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:

- name: Build release distributions
run: |
cd mcp-neo4j-cypher/
cd servers/mcp-neo4j-cypher/
python -m pip install build
python -m build
- name: Upload distributions
uses: actions/upload-artifact@v4
with:
name: release-dists
path: mcp-neo4j-cypher/dist/
path: servers/mcp-neo4j-cypher/dist/

pypi-publish:
runs-on: ubuntu-latest
Expand All @@ -57,9 +57,9 @@ jobs:
uses: actions/download-artifact@v4
with:
name: release-dists
path: mcp-neo4j-cypher/dist/
path: servers/mcp-neo4j-cypher/dist/

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

0 comments on commit 33383fc

Please sign in to comment.