PyPy warning: Change sdist extension from .zip
to .tar.gz
#1742
Labels
infrastructure
Tasks related to build and release, not related to the product itself
The debugpy sdist is generated here:
https://devdiv.visualstudio.com/DevDiv/_git/debugpy?path=/azure-pipelines/dist/any.yml&version=GBmain&line=39&lineEnd=45&lineStartColumn=3&lineEndColumn=27&lineStyle=plain&_a=contents
It might be as simple as just changing the
--formats
input. I will investigate.The entire email warning from PyPi is below:
This email is notifying you of an upcoming deprecation that we have determined may affect you as a result of your recent upload to 'debugpy'.
In the future, PyPI will require all newly uploaded source distribution filenames to comply with PEP 625. Any source distributions already uploaded will remain in place as-is and do not need to be updated.
Specifically, your recent upload of 'debugpy-1.8.9.zip' is incompatible with PEP 625 because it uses the .zip file extension.
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.
If you have questions, you can email [email protected] to communicate with the PyPI [email protected] to communicate with the PyPI administrators.
The text was updated successfully, but these errors were encountered: