MDAnalysis / cookiecutter-mdakit

Cookiecutter for Python packages based on MDAnalysis
MIT License
7 stars 5 forks source link

sdist tests should test on lowercased package name #112

Open IAlibay opened 6 months ago

IAlibay commented 6 months ago

Due to some changes in pypi-land, packages are now being normalized to lowercase (todo: add in the relevant docs here when I get a chance).

This means that when testing if a package will form an sdist tarball, we should make sure that the name of the tarball is lowercased, i.e. https://github.com/MDAnalysis/cookiecutter-mdakit/blob/a1a92011d441df99c4056ec65b4a1e6028194109/%7B%7Bcookiecutter.repo_name%7D%7D/.github/workflows/%7B%7Bcookiecutter._ci_name%7D%7D.yaml#L177