Normalize PyPI binary distribution filename to comply with formatting rule
Open
- Dominant language
- Python
- Stars
- 670
- Forks
- 183
- Avg merge
- 17h 7m
- Merged PRs (30d)
- 358
Description
## Motivation
- PyPI will soon deprecate allowing upload of binary distributions which does not comply the [binary distribution format](https://packaging.python.org/en/latest/specifications/binary-distribution-format/) rule.
## Required Features
- Replace the dot (.) with underscore (_) on our wheel files uploaded to PyPI
## Impact
- new distributions will have new names!
## Testing Scenarios
- Verify whether the pip still recognizes the wheel package successfully
JIRA Issue: BA-1188
Contributor guide
Assessment
This issue has not been assessed yet.