File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2626name : Build and publish stac-fastapi-core 
2727        working-directory : stac_fastapi/core 
2828        env :
29-           TWINE_USERNAME : " __token__"   #  Hardcoded username for API token authentication 
30-           TWINE_PASSWORD : ${{ secrets.PYPI_API_TOKEN }}   #  Your PyPI API token from GitHub Secrets 
29+           TWINE_USERNAME : " __token__" 
30+           TWINE_PASSWORD : ${{ secrets.PYPI_API_TOKEN }} 
3131        run : | 
3232          # Build package 
3333          python setup.py sdist bdist_wheel 
Original file line number Diff line number Diff line change 11"""library version.""" 
2- __version__  =  "3.1 .0" 
2+ __version__  =  "3.2 .0" 
Original file line number Diff line number Diff line change 66    desc  =  f .read ()
77
88install_requires  =  [
9-     "stac-fastapi.core==3.1 .0" ,
9+     "stac-fastapi.core==3.2 .0" ,
1010    "elasticsearch[async]==8.11.0" ,
1111    "elasticsearch-dsl==8.11.0" ,
1212    "uvicorn" ,
Original file line number Diff line number Diff line change 66    desc  =  f .read ()
77
88install_requires  =  [
9-     "stac-fastapi.core==3.1 .0" ,
9+     "stac-fastapi.core==3.2 .0" ,
1010    "opensearch-py==2.4.2" ,
1111    "opensearch-py[async]==2.4.2" ,
1212    "uvicorn" ,
Original file line number Diff line number Diff line change 11"""library version.""" 
2- __version__  =  "3.1 .0" 
2+ __version__  =  "3.2 .0" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments