File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -79,16 +79,16 @@ jobs:
7979      - name : Build package 
8080        run : python -m build 
8181
82-       - name : Publish package to TestPyPI 
83-         run : | 
84-           python -m twine upload dist/* -r testpypi -u ${{ secrets.TEST_PYPI_API_USER }} -p ${{ secrets.TEST_PYPI_API_TOKEN }} 
82+ #         - name: Publish package to TestPyPI
83+ #           run: |
84+ #             python -m twine upload dist/* -r testpypi -u ${{ secrets.TEST_PYPI_API_USER }} -p ${{ secrets.TEST_PYPI_API_TOKEN }}
8585
86- name : Install test package 
87-         run : | 
88-           pip install --index-url https://test.pypi.org/simple/ --no-deps pynest-api 
86+ #         - name: Install test package
87+ #           run: |
88+ #             pip install --index-url https://test.pypi.org/simple/ --no-deps pynest-api
8989
90-           # import to check if package is installed correctly 
91-           python -c "import nest" 
90+ #             # import to check if package is installed correctly
91+ #             python -c "import nest"
9292
9393      - name : Commit and push changes 
9494        run : | 
@@ -114,4 +114,4 @@ jobs:
114114      contents : read 
115115      pages : write 
116116      id-token : write 
117-     uses : ./.github/workflows/deploy_docs.yaml 
117+     uses : ./.github/workflows/deploy_docs.yaml 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments