File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 
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/
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments