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

When bdist_wheel is in setup.cfg, release a wheel. #316

Closed mauritsvanrees closed 5 years ago

mauritsvanrees commented 5 years ago

No longer check if this should be a universal wheel or not. That is handled automatically when calling python setup.py bdist_wheel. You can still set [zest.releaser] create-wheel = no to prevent creating a wheel.

This fixes issue #315.

reinout commented 5 years ago

I released 6.17.2.