MDAnalysis / mdanalysis

MDAnalysis is a Python library to analyze molecular dynamics simulations.
https://mdanalysis.org
Other
1.26k stars 641 forks source link

Package tests failing due to normalilzation change #4573

Closed IAlibay closed 2 months ago

IAlibay commented 2 months ago

Expected behavior

CI passes

Actual behavior

CI fails in the sdist build & pip install checks because the package tarball is being normalized to lower case rather than the actual package name, i.e. "mdanalysis.tar.gz" instead of "MDAnalysis.tar.gz".

RMeli commented 2 months ago

Fixed by https://github.com/MDAnalysis/mdanalysis/pull/4572