-
Hello, just bringing this to your attention in case you can guess what's happening here. I'm building a package with pyproject-build and pdm-backend, and uploading it to PyPI with Twine. The author metadata ends up displaying as: pyproject-metadata, used by pdm-backend, seems to correctly encode the field as UTF8. Is it possible that Twine fails to decode it somehow? Does it even decode it? Not sure how uploading to PyPI works 😅 Could it be a PyPI issue (seems unlikely)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @pawamoy, thanks for the report -- I believe this is the same thing as pypi/warehouse#16496. The underlying issue here is not with Could you follow up on that linked issue? Thanks! |
Beta Was this translation helpful? Give feedback.
Hi @pawamoy, thanks for the report -- I believe this is the same thing as pypi/warehouse#16496. The underlying issue here is not with
twine
(which does not modify package metadata), but with a discrepancy between PDM's behavior and PEP 621.Could you follow up on that linked issue? Thanks!