File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,13 +168,13 @@ jobs:
168168      if : >- 
169169        (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.repository == 'scikit-hep/pyhf') 
170170        || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true' && github.repository == 'scikit-hep/pyhf') 
171-        uses : pypa/gh-action-pypi-publish@v1.12.4  
171+        uses : pypa/gh-action-pypi-publish@v1.13.0  
172172      with :
173173        repository-url : https://test.pypi.org/legacy/ 
174174        print-hash : true 
175175
176176    - name : Publish distribution 📦 to PyPI 
177177      if : github.event_name == 'release' && github.event.action == 'published' && github.repository == 'scikit-hep/pyhf' 
178-       uses : pypa/gh-action-pypi-publish@v1.12.4  
178+       uses : pypa/gh-action-pypi-publish@v1.13.0  
179179      with :
180180        print-hash : true 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments