ionelmc / tox-wheel

A Tox plugin that builds and installs wheels instead of sdist. Note that this plugin is obsolte as tox 4.0 already has wheel support.
BSD 2-Clause "Simplified" License
23 stars 10 forks source link

Clean build folder in pep517 builds #15

Closed mcarans closed 2 years ago

mcarans commented 2 years ago

Thanks for this helpful tool. One issue I have run into is that when I delete a source Python file, it still ends up in the wheel because the {project root}/build folder doesn't appear to get cleaned and seems to be used for building the wheel as far as I can tell. Is there any way to force a clean of {project root}/build before building the wheel?

mcarans commented 2 years ago

@ionelmc Just wondering when you plan to release a new version with this fix on pypi?

ionelmc commented 2 years ago

This week. Ping me if i forget 🤦‍♂️

On Mon, Dec 20, 2021, 03:47 Mike @.***> wrote:

@ionelmc https://github.com/ionelmc Just wondering when you plan to release a new version with this fix on pypi?

— Reply to this email directly, view it on GitHub https://github.com/ionelmc/tox-wheel/issues/15#issuecomment-997523364, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA7TXOSO23KN27JAEUO3KLUR2DMHANCNFSM5JXOWKBA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

mcarans commented 2 years ago

Hi @ionelmc, just pinging on this

ionelmc commented 2 years ago

Released 0.7.0.