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 @@ -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] 
Original file line number Diff line number Diff line change 1717          python-version : ${{ matrix.python-version }} 
1818          allow-prereleases : true 
1919      - name : Start MongoDB 
20-         uses : supercharge/mongodb-github-action@1.12.0 
20+         uses : supercharge/mongodb-github-action@90004df786821b6308fb02299e5835d0dae05d0d   #   1.12.0
2121        with :
2222          mongodb-version : " 4.4" 
2323          mongodb-replica-set : test-rs 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments