Skip to content

Commit 152c002

Browse files
authored
Merge pull request #82 from neo4j-contrib/cypher-add-dxt
fix dxt generation
2 parents 120b091 + 27a5282 commit 152c002

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/generate-upload-dxt-cypher.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,19 @@ jobs:
3636
- name: Generate .dxt file
3737
run: |
3838
cd servers/mcp-neo4j-cypher/
39-
dxt pack
39+
40+
# List files to debug
41+
echo "Files in directory:"
42+
ls -la
43+
44+
# Check Python environment
45+
echo "Python environment:"
46+
uv run which python
47+
uv run pip list
48+
49+
echo ""
50+
echo "Running dxt pack with uv..."
51+
uv run dxt pack
4052
4153
- name: Upload .dxt file to release
4254
env:

0 commit comments

Comments
 (0)