Code Journal

6 thoughts
last posted July 28, 2016, 4:04 p.m.

4 earlier thoughts

1

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.

1 later thought