File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 4747    - name : Build 
4848      run : | 
4949        echo "${{ needs.prepare.outputs.version }}" > VERSION 
50-         cd $ROOT_DIR && python setup.py sdist  bdist_wheel 
50+         cd $ROOT_DIR && python setup.py bdist_wheel 
5151
5252name : Upload release assets 
53535959    - name : Upload package to pypi 
60606161      with :
62-         user : ${{ secrets.PRIVATE_PYPI_USERNAME }} 
63-         password : ${{ secrets.PRIVATE_PYPI_PASSWORD }} 
64-         repository_url : ${{ secrets.PRIVATE_PYPI_URL }} 
62+         user : __token__ 
63+         password : ${{ secrets.PYPI_API_TOKEN }} 
6564        packages_dir : ' ${{ env.ROOT_DIR }}/dist/' 
6665
6766
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ clean-pyc: ### Removes python compiled bytecode files
3636
3737
3838define  BUILD 
39- 	cd src/$1/ && rm -rf dist/ && $(PYTHON )  setup.py sdist  bdist_wheel
39+ 	cd src/$1/ && rm -rf dist/ && $(PYTHON )  setup.py bdist_wheel
4040endef 
4141
4242define  INSTALL 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments