zestsoftware / zest.releaser

Python software releasing made easy and repeatable
https://zestreleaser.readthedocs.io
GNU General Public License v2.0
198 stars 62 forks source link

Always create wheel #410

Closed mauritsvanrees closed 1 year ago

mauritsvanrees commented 1 year ago

I have based this on the unrelated branch for PR #409, to avoid a conflict in the changelog file. So only check the latest commit here.

Always create wheels, except when you explicitly switch this off. In the config:

[zest.releaser]
create-wheel = no

If the wheel package is not available, we still do not create wheels. Fixes issue #406.