Build toolchain now remplaces '-' characters in a package name with '_' characters in the .tar.gz distribution file #15770
Labels
bug 🐛
not-this-repo
For any issues that are not for this repository
requires triaging
maintainers need to do initial inspection of issue
Describe the bug
Since April 1st, the build toolchain now remplaces '-' characters in a package name with '_' characters in the .tar.gz distribution file
Expected behavior
Do not change the characters in distribution file names.
To Reproduce
Without making any change in my setup.cfg file apart from the software version, I see:
In https://pypi.org/manage/project/pnu-portstreelint/release/1.3.0/
pnu-portstreelint-1.3.0.tar.gz (25.5 kB)
In https://pypi.org/manage/project/pnu-portstreelint/release/1.4.0/
pnu_portstreelint-1.4.0.tar.gz
My Platform
Software packaged on:
I see that build was updated 2 weeks ago: https://github.com/pypa/build/releases
Maybe it's the origin in this behaviour change?
Additional context
The distribution file is now generated with an underscore instead of a hyphen character.
The text was updated successfully, but these errors were encountered: