Skip to content

Build process fails allegedly

Summary

When releasing a new version, the build job finishes with an exit code of non-zero. But the new version was still published on PyPI

EDIT: This is because the source distribution grew over 100MB and pypi rejects it. Poetry includes the .git directory because it's not in the .gitignore. (Git automatically ignores .git)

Explain your context

Push new version tag

Was there an error message?

HTTP Error 500: Internal Server Error | b'<html>\n  <head>\n    <title>Internal Server Error\n  \n  <body>\n    <h1><p>Internal Server Error\n    \n  \n\n'
Edited by Julius Balzer