-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make poetry build remove older versions of packages in the dist directory #1329
Comments
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
I feel the request is valid, but it shouldn't be set as default operation. I think a new argument would be the best idea here. Something like the following would make sense... $ poetry build --clean |
I agree, that would be the best. |
Issue that may related to this request: #3331 Currently I use those script run this clean: |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
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.The text was updated successfully, but these errors were encountered: