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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Debasish-Mahapatra opened this issue Apr 3, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@Debasish-Mahapatra
Copy link
Owner

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
Copy link
Collaborator

bro can you specify the steps to reproduce the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants