File tree Expand file tree Collapse file tree 2 files changed +6
-22
lines changed Expand file tree Collapse file tree 2 files changed +6
-22
lines changed Original file line number Diff line number Diff line change 44  push :
55    tags :
66      - ' *' 
7+     workflow_dispatch :
78
89jobs :
910  build :
3940  pypi-publish :
4041    runs-on : ubuntu-latest 
4142    needs : build 
43+     if : success() && startsWith(github.ref, 'refs/tags/') 
4244
4345    permissions :
4446      id-token : write 
@@ -77,12 +79,14 @@ jobs:
7779          git config user.name github-actions[bot] 
7880          git config user.email 41898282+github-actions[bot]@users.noreply.github.com 
7981
80- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c  #  v6.0.0
82+ name : Install uv 
83+         uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6  #  v6.6.1
8184        with :
8285          python-version : " 3.12" 
86+           enable-cache : true 
8387
8488      - name : Install dependencies 
8589        run : scripts/install 
8690
8791      - name : Publish documentation 📚 to GitHub Pages 
88-         run : mkdocs gh-deploy --force 
92+         run : uv run  mkdocs gh-deploy --force
Load Diff This file was deleted. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments