You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since yesterday's release we are getting the following error on all our Python projects with multiline descriptions:
See /tmp/pdm-install-47973kyo.log for detailed debug log.
[BuildError]: Build backend raised error: Showing the last 10 lines of the build output:
super().__init__(location, config_settings)
File "/tmp/pdm-build-env-34cbu858-shared/lib/python3.10/site-packages/pdm/backend/base.py", line 99, in __init__
self.config = Config.from_pyproject(self.location)
File "/tmp/pdm-build-env-34cbu858-shared/lib/python3.10/site-packages/pdm/backend/config.py", line 79, in from_pyproject
return cls(root, data)
File "/tmp/pdm-build-env-34cbu858-shared/lib/python3.10/site-packages/pdm/backend/config.py", line 44, in __init__
self.validate(data, root)
File "/tmp/pdm-build-env-34cbu858-shared/lib/python3.10/site-packages/pdm/backend/config.py", line 65, in validate
raise ValidationError(e.args[0], e.key) from e
pdm.backend.exceptions.ValidationError: The description must be a single line
WARNING: Add '-v' to see the detailed traceback
Affected descriptions look like this:
description = '''\
A example Python package
Lorem ipsum
'''
This worked fine before 2.2.0
The text was updated successfully, but these errors were encountered:
Since yesterday's release we are getting the following error on all our Python projects with multiline descriptions:
Affected descriptions look like this:
This worked fine before 2.2.0
The text was updated successfully, but these errors were encountered: