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
This is correct according to the sdist spec - filename segments are separated by hyphens and dist names are normalised, replacing hyphens with underscores. Assuming you are using setuptools, the change you are observing is pypa/setuptools#3593, and is unrelated to build.
I think I noticed a behaviour change with build releases 1.2.x.
It seems that hyphen in package names are now replaced with underscore in the .tar.gz distribution files.
I documented this in another PR.
The text was updated successfully, but these errors were encountered: