holoviz-dev / pyctdev

Python packaging Common Tasks for Developers
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

Help to clean up between package builds #61

Open ceball opened 4 years ago

ceball commented 4 years ago

E.g. for pip...If debugging a package build locally, be sure to remove existing build and *.egg-info folders between builds. Otherwise changes you make may not take effect.

There are also TODOs relating to conda build cleanup (although I think that's just about reclaiming disk space).