Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check distribution build #685

Merged
merged 4 commits into from
Jul 3, 2024
Merged

Conversation

niccokunzmann
Copy link
Member

@niccokunzmann niccokunzmann commented Jul 3, 2024

The release tag failed for v6.0.0a0.

Checking dist/icalendar-6.0.0a0-py3-none-any.whl: FAILED
ERROR    `long_description` has syntax errors in markup and would not be        
         rendered on PyPI.                                                      
         line 212: Severe: Title level inconsistent:                            
                                                                                
         Changelog                                                              
         =========                                                              
WARNING  `long_description_content_type` missing. defaulting to `text/x-rst`.   
Checking dist/icalendar-6.0.0a0.tar.gz: FAILED
ERROR    `long_description` has syntax errors in markup and would not be        
         rendered on PyPI.                                                      
         line 212: Severe: Title level inconsistent:                            
                                                                                
         Changelog                                                              
         =========                                                              
WARNING  `long_description_content_type` missing. defaulting to `text/x-rst`.   
Error: Process completed with exit code 1.

This adds tests and dependencies to make sure that PRs do not break just at the release time but before.


馃摎 Documentation preview 馃摎: https://icalendar--685.org.readthedocs.build/

@coveralls
Copy link

coveralls commented Jul 3, 2024

Pull Request Test Coverage Report for Build 9779681346

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.363%

Totals Coverage Status
Change from base Build 9779346304: 0.0%
Covered Lines: 3138
Relevant Lines: 3223

馃挍 - Coveralls

@coveralls
Copy link

coveralls commented Jul 3, 2024

Pull Request Test Coverage Report for Build 9779703779

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.363%

Totals Coverage Status
Change from base Build 9779346304: 0.0%
Covered Lines: 3138
Relevant Lines: 3223

馃挍 - Coveralls

@niccokunzmann
Copy link
Member Author

The error is reproduced:

Checking dist/icalendar-6.0.0a0-py3-none-any.whl: FAILED
ERROR    `long_description` has syntax errors in markup and would not be        
         rendered on PyPI.                                                      
         line 212: Severe: Title level inconsistent:                            
                                                                                
         Changelog                                                              
         =========                                                              
WARNING  `long_description_content_type` missing. defaulting to `text/x-rst`.   
Checking dist/icalendar-6.0.0a0.tar.gz: FAILED
ERROR    `long_description` has syntax errors in markup and would not be        
         rendered on PyPI.                                                      
         line 212: Severe: Title level inconsistent:                            
                                                                                
         Changelog                                                              
         =========                                                              
WARNING  `long_description_content_type` missing. defaulting to `text/x-rst`.   
Error: Process completed with exit code 1.

@niccokunzmann
Copy link
Member Author

Found the solution: https://stackoverflow.com/a/78702780/1320237

@niccokunzmann
Copy link
Member Author

Merging, this being part of the release process...

@niccokunzmann niccokunzmann merged commit 419cb77 into collective:main Jul 3, 2024
17 checks passed
@niccokunzmann niccokunzmann deleted the check-dist branch July 3, 2024 14:54
Copy link

github-actions bot commented Jul 3, 2024

Pull Request Test Coverage Report for Build 9780109174

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.363%

Totals Coverage Status
Change from base Build 9779346304: 0.0%
Covered Lines: 3138
Relevant Lines: 3223

馃挍 - Coveralls

1 similar comment
@coveralls
Copy link

coveralls commented Jul 3, 2024

Pull Request Test Coverage Report for Build 9780109174

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.363%

Totals Coverage Status
Change from base Build 9779346304: 0.0%
Covered Lines: 3138
Relevant Lines: 3223

馃挍 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants