aamontree opened a new issue, #23433: URL: https://github.com/apache/beam/issues/23433
### What happened? The latest version (`v2.42.0rc00`) of the Python Apache Beam distribution is missing a hyphen between the distribution and version names. https://pypi.org/simple/apache-beam/ This is breaking installations with `easy_install` (using `setuptools==51.3.3`): ``` ValueError: invalid wheel name: 'apache_beam2.42.0rc00-cp37-cp37m-macosx_10_9_x86_64.whl' ``` Following [PEP 491](https://peps.python.org/pep-0491/#file-name-convention), the wheel filename should include a hyphen `-` between the distribution and version names: ``` {distribution}-{version}(-{build tag})?-{python tag}-{abi tag}-{platform tag}.whl ``` ### Issue Priority Priority: 2 ### Issue Component Component: sdk-py-core -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
