Debasish-Mahapatra / nwpeval

NWPeval is a Python package designed to facilitate the evaluation and analysis of numerical weather prediction (NWP) models.
Other
8 stars 3 forks source link

Adding the Changelog.md crashes the git action workflow. #3

Open Debasish-Mahapatra opened 8 months ago

Debasish-Mahapatra commented 8 months ago

I have no Idea why, @harry9713 do you know what might be causing this issue?

It originates from setup.py in this command.

#with open("CHANGELOG.md", "r") as fh:
 #   changelog = fh.read()

#long_description += "\n\n" + changelog

This interferes when building the distribution with

python -m build

Executing this throws an error that the CHANGELOG.md does not exist.

Really no Idea why... 😒

harry9713 commented 8 months ago

bro can you specify the steps to reproduce the issue?