Feature Request
Make poetry build remove older versions of packages (built before) in the dist directory. For example, support the current version of the project/package is 0.4.3 and there is a previous built package with the version 0.4.2. poetry build should remove the previous built package with version 0.4.2 after generating the package with version 0.4.3.