Description
Our PyPI workflow could use some updates.
A note from PyPI quoted below prompted me to look into this.
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 'geocat.viz-2025.3.0.tar.gz' is incompatible with PEP 625 because the filename does not contain the normalized project name 'geocat_viz'.
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.
It looks like we also still invoke setup.py directly which has been deprecated for a bit now. This was updated on geocat-comp here: NCAR/geocat-comp#582
Making these updates might also address the issue noted from PyPI, but I don't know for sure. It doesn't appear to be a problem on comp...
Activity