openedx / openedx-calc

GNU Affero General Public License v3.0
2 stars 5 forks source link

Fix Release Issues #124

Open feanil opened 3 days ago

feanil commented 3 days ago

When we tried to release version 4.0.0, we had some errors, see the build logs here: https://github.com/openedx/openedx-calc/actions/runs/11915588631/job/33206190829

Checking dist/openedx_calc-4.0.0-py3-none-any.whl: FAILED
ERROR    `long_description` has syntax errors in markup and would not be        
         rendered on PyPI.                                                      
         line 56: Severe: Title level inconsistent:                             

         Documentation                                                          
         =============                                                          
Checking dist/openedx_calc-4.0.0.tar.gz: FAILED
ERROR    `long_description` has syntax errors in markup and would not be        
         rendered on PyPI.                                                      
         line 56: Severe: Title level inconsistent:                             

         Documentation                                                          
         =============                                                          
Colin-Fredericks commented 2 days ago

Making very simple pull request, #125 , that I think might fix this.