[Distutils] wheel including files it shouldn't

Ethan Furman ethan at stoneleaf.us
Wed Apr 27 19:57:36 EDT 2016


On 04/27/2016 02:45 PM, Paul Moore wrote:
> On 27 April 2016 at 18:39, Ethan Furman wrote:

> # Upload the files once you've checked them
> twine upload *.whl dist/* # because setup.py upload can't upload prebuilt files

What a pain.  :(


> Personally, I agree with Donald that the "normal" process of building
> a distribution should be:
>
> 1. Build the sdist.
> 2. Build wheels *from* that sdist.
> 3. Check the built sdist and wheels.
> 4. Upload the files once you've confirmed they are OK.

What types of things should I be doing for (3) ?

--
~Ethan~


More information about the Distutils-SIG mailing list