Always run git clean -fdx
prior to creating a Python release to eliminate possibility of unknown bits getting including in your package.
Discovered a file I had deleted from a previous release laying around in a build/
directory that was getting shipped with subsequent releases somehow, but only in the wheel
releases, not the standard sdist
.