talos-linux-api icon indicating copy to clipboard operation
talos-linux-api copied to clipboard

Issues with uploading to pypi due to dots and underscores in the project name

Open stereobutter opened this issue 2 years ago • 1 comments
trafficstars

It seems something broke recently so packages with dots and underscores in their name won't upload to Pypi properly if project names and wheel file names don't match. See https://discuss.python.org/t/change-in-pypi-upload-behavior-intentional-accidental-pebkac/27707/59

stereobutter avatar Jul 01 '23 10:07 stereobutter

Was able to upload to pypi with a previous version of pdm, see https://pypi.org/project/talos-linux-api-v1-4-0/ but notice the whacky name normalization going on the with the project name. Installs fine using pip install talos-linux-api-v1.4.0 though due to pip normalizing everything to underscores anyway.

Keeping the issue open as a reminder to check this out again when it's time to build for talos v1.5.0

stereobutter avatar Jul 01 '23 10:07 stereobutter