File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77  using : " composite" 
88  steps :
99    - name : Install python runtime 
10-       uses : actions/setup-python@v5  
10+       uses : actions/setup-python@v6  
1111      with :
1212        python-version-file : ' .python-version' 
1313
Original file line number Diff line number Diff line change 5656    steps :
5757    - uses : actions/checkout@v5 
5858    - name : Set up Python ${{ env[matrix.python-version] }} 
59-       uses : actions/setup-python@v5  
59+       uses : actions/setup-python@v6  
6060      with :
6161        python-version : ${{ env[matrix.python-version] }} 
6262        architecture : " x64" 
Original file line number Diff line number Diff line change 5454
5555      - name : Upload pypi.org 
5656        if : startsWith(github.ref, 'refs/tags') 
57-         uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc   #  v1.12.4 
57+         uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e   #  v1.13.0 
5858        with :
5959          repository-url : https://upload.pypi.org/legacy/ 
6060          packages-dir : ${{ env.DIST_DIR }} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments