michael-s-molina opened a new issue, #32861: URL: https://github.com/apache/superset/issues/32861
### Bug description After uploading Superset distributions to [Pypi](https://pypi.org/), we're receiving the following email: > This email is notifying you of an upcoming deprecation that we have determined may affect you as a result of your recent upload to 'apache-superset'. > In the future, PyPI will require all newly uploaded source distribution filenames to comply with [PEP 625](https://www.google.com/url?q=https://peps.python.org/pep-0625/&source=gmail-imap&ust=1743603798000000&usg=AOvVaw1vkuvAd0-F-yPqnJNL7rCQ). Any source distributions already uploaded will remain in place as-is and do not need to be updated. > Specifically, your recent upload of 'apache-superset-4.1.2.tar.gz' is incompatible with PEP 625 because the filename does not contain the normalized project name 'apache_superset'. > In most cases, this can be resolved by upgrading the version of your build tooling to a later version that supports PEP 625 and produces compliant filenames. You do not need to remove the file. > If you have questions, you can email [[email protected]](mailto:[email protected]) to communicate with the PyPI [[email protected]](mailto:[email protected]) to communicate with the PyPI administrators. We need to make our package name compliant with [PEP 625](https://peps.python.org/pep-0625/) and that might require changes to many files inside [RELEASING](https://github.com/apache/superset/tree/master/RELEASING) and [pyproject.toml](https://github.com/apache/superset/blob/master/pyproject.toml). @mistercrunch @sadpandajoe @rusackas ### Screenshots/recordings _No response_ ### Superset version master / latest-dev ### Python version 3.9 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [ ] I have searched Superset docs and Slack and didn't find a solution to my problem. - [ ] I have searched the GitHub issue tracker and didn't find a similar bug report. - [ ] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
