ansible-community / antsibull-build

Tooling for building various things related to ansible
GNU General Public License v3.0
60 stars 31 forks source link

build-release: directly install the wheel for testing #553

Closed gotmax23 closed 11 months ago

gotmax23 commented 11 months ago

We should test the wheel we build and ship to users instead of having pip build a new one from the sdist. Also, this makes this task more efficient. Unpacking the sdist, building the wheel, and then unpacking and installing that wheel takes a while for a large package such as ansible.

gotmax23 commented 11 months ago

Thanks!