File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ jobs:
5555      - name : List dist contents 
5656        run : ls -la dist/ 
5757
58-       - name : Upload Release Assets  
58+       - name : Upload Wheel Distribution  
5959        uses : actions/upload-release-asset@v1 
6060        env :
6161          GITHUB_TOKEN : ${{ secrets.GH_TOKEN }} 
6262        with :
6363          upload_url : ${{ steps.create_release.outputs.upload_url }} 
64-           asset_path : ./dist/* .whl 
64+           asset_path : ./dist/martor-${{ steps.get_version.outputs.VERSION }}-py3-none-any .whl 
6565          asset_name : martor-${{ steps.get_version.outputs.VERSION }}-py3-none-any.whl 
6666          asset_content_type : application/octet-stream 
6767
7171          GITHUB_TOKEN : ${{ secrets.GH_TOKEN }} 
7272        with :
7373          upload_url : ${{ steps.create_release.outputs.upload_url }} 
74-           asset_path : ./dist/* .tar.gz 
74+           asset_path : ./dist/martor-${{ steps.get_version.outputs.VERSION }} .tar.gz 
7575          asset_name : martor-${{ steps.get_version.outputs.VERSION }}.tar.gz 
7676          asset_content_type : application/gzip 
7777
Original file line number Diff line number Diff line change 1- __version__  =  "1.7.8 " 
1+ __version__  =  "1.7.9 " 
22__release_date__  =  "26-Jul-2025" 
33__author__  =  "Agus Makmun (Summon Agus)" 
44__author_email__  =  "[email protected] " 
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name  = " martor" 
7- version  = " 1.7.8 " 
7+ version  = " 1.7.9 " 
88description  = " Django Markdown Editor" 
99readme  = " README.md" 
1010license  = { text  = " GPL-3.0"   }
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments