File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232    name : Build CPython-${{ matrix.os }} 
3333    steps :
3434      - uses : actions/checkout@v4 
35-       - uses : pypa/cibuildwheel@v2.23.3 
35+       - uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a   #   v2.23.3
3636        env :
3737          CIBW_ARCHS_MACOS : x86_64 universal2 
3838          CIBW_TEST_SKIP : ' *universal2:arm64' 
Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ jobs:
7676        name : all-dist-${{ github.run_id }} 
7777        path : dist/ 
7878    - name : Publish package distributions to TestPyPI 
79-       uses : pypa/gh-action-pypi-publish@release/v1 
79+       uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc   #   release/v1
8080      with :
8181        repository-url : https://test.pypi.org/legacy/ 
8282        skip-existing : true 
8383        attestations : ${{ env.DRY_RUN }} 
8484    - name : Publish distribution 📦 to PyPI 
8585      if : startsWith(env.DRY_RUN, 'false') 
86-       uses : pypa/gh-action-pypi-publish@release/v1 
86+       uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc   #   release/v1
8787
8888  post-publish :
8989    needs : [publish] 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments